From 4d34c1b4b0296721fa76185332374913189bb552 Mon Sep 17 00:00:00 2001 From: Etienne Ruffieux Date: Thu, 10 Mar 2022 17:39:58 +0000 Subject: [API Review] Removed unnecessary SystemApi annotations Bug: 223345163 Test: build Tag: #feature Ignore-AOSP-First: merge conflict Change-Id: I478d6d6d93620d3843270a7f8da95876e1fe7544 --- framework/java/android/bluetooth/BluetoothAdapter.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'framework/java/android/bluetooth/BluetoothAdapter.java') diff --git a/framework/java/android/bluetooth/BluetoothAdapter.java b/framework/java/android/bluetooth/BluetoothAdapter.java index 936a08569b..7803d5d90d 100644 --- a/framework/java/android/bluetooth/BluetoothAdapter.java +++ b/framework/java/android/bluetooth/BluetoothAdapter.java @@ -4128,7 +4128,6 @@ public final class BluetoothAdapter { * @hide */ @RequiresNoPermission - @SystemApi public boolean registerServiceLifecycleCallback(@NonNull ServiceLifecycleCallback callback) { return getBluetoothService(callback.mRemote) != null; } @@ -4139,7 +4138,6 @@ public final class BluetoothAdapter { * @hide */ @RequiresNoPermission - @SystemApi public void unregisterServiceLifecycleCallback(@NonNull ServiceLifecycleCallback callback) { removeServiceStateCallback(callback.mRemote); } @@ -4149,7 +4147,6 @@ public final class BluetoothAdapter { * * @hide */ - @SystemApi public abstract static class ServiceLifecycleCallback { /** Called when the bluetooth stack is up */ -- cgit v1.2.3