summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorQasim Javed <qasimj@google.com>2021-09-16 22:59:29 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-09-16 22:59:29 +0000
commit96db9a74485c757dabe6f4dc6d7fced2a1531dfe (patch)
treedcea78351d0c9329d8c8a8630399393af6f771f3 /core/java
parent85c7287932e534a8ac64dc80ec614d9a33f6210c (diff)
parent5a4c7d4aaa0f96194669fb2fee6759da734410ea (diff)
Merge "Make createBond(int) a system API" into stage-aosp-master am: 5a4c7d4aaa
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15845318 Change-Id: I0e621e1aab15fa6e5e06fa8f8e4df82eab1c549c
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/bluetooth/BluetoothDevice.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java
index eee981db49af..97b4a536ea68 100644
--- a/core/java/android/bluetooth/BluetoothDevice.java
+++ b/core/java/android/bluetooth/BluetoothDevice.java
@@ -1448,7 +1448,7 @@ public final class BluetoothDevice implements Parcelable, Attributable {
* @throws IllegalArgumentException if an invalid transport was specified
* @hide
*/
- @UnsupportedAppUsage
+ @SystemApi
@RequiresLegacyBluetoothAdminPermission
@RequiresBluetoothConnectPermission
@RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT)