diff options
| author | Mathew Inwood <mathewi@google.com> | 2021-01-06 12:05:47 +0000 |
|---|---|---|
| committer | Mathew Inwood <mathewi@google.com> | 2021-01-07 09:53:09 +0000 |
| commit | 95709ba69f9285cceb4515d86eff55793bc96eec (patch) | |
| tree | 4c671fea8f2b38e80255222a42a379cfa9488bb1 /core/java/android/bluetooth/BluetoothAdapter.java | |
| parent | 281c972290b5a4fd226078c49a7736d32cbde388 (diff) | |
Derestrict some non-SDK APIs.
Per request from a partner, these APIs will not be restricted as they
are in use. This is conceptually a partial revert of change 5d123b67756.
NoNonSdkCheck: b/170729553
Bug: 171933273
Test: Treehugger
Change-Id: Ibb525e9a9e2fc90248b74f45f3cdcb0be7487c3a
Diffstat (limited to 'core/java/android/bluetooth/BluetoothAdapter.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothAdapter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java index e4b2d7075d47..b7203e3e36bf 100644 --- a/core/java/android/bluetooth/BluetoothAdapter.java +++ b/core/java/android/bluetooth/BluetoothAdapter.java @@ -1174,7 +1174,7 @@ public final class BluetoothAdapter { * @return true to indicate adapter shutdown has begun, or false on immediate error * @hide */ - @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553) + @UnsupportedAppUsage(trackingBug = 171933273) public boolean disable(boolean persist) { try { |
