aboutsummaryrefslogtreecommitdiff
path: root/framework/java/android/bluetooth/BluetoothDevice.java
diff options
context:
space:
mode:
authorRahul Sabnis <rahulsabnis@google.com>2022-01-24 15:33:37 -0800
committerRahul Sabnis <rahulsabnis@google.com>2022-01-25 01:59:12 +0000
commit9474c024276d6e77474452b28140c4270cb46b29 (patch)
treef6a21cb79d8ee95f0e3a3c93b7aad16c73242efd /framework/java/android/bluetooth/BluetoothDevice.java
parent966c88d10d78a4288ebfc88075f141b2b65542ed (diff)
Removes BluetoothDevice#getService from the non-SDK API list
Tag: #feature Bug: 194935825 Test: Manual NoNonSdkCheck: Low usage rate & mainline requirements Change-Id: If19a286b1e7e349a3a88eca6a7d3368d8a89d474
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothDevice.java')
-rw-r--r--framework/java/android/bluetooth/BluetoothDevice.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothDevice.java b/framework/java/android/bluetooth/BluetoothDevice.java
index 1edf5cc96b..94c3fe3cf1 100644
--- a/framework/java/android/bluetooth/BluetoothDevice.java
+++ b/framework/java/android/bluetooth/BluetoothDevice.java
@@ -1118,7 +1118,6 @@ public final class BluetoothDevice implements Parcelable, Attributable {
private AttributionSource mAttributionSource;
/*package*/
- @UnsupportedAppUsage
static IBluetooth getService() {
synchronized (BluetoothDevice.class) {
if (sService == null) {