diff options
| author | Qasim Javed <qasimj@google.com> | 2021-09-16 22:34:47 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-09-16 22:34:47 +0000 |
| commit | 5a4c7d4aaa0f96194669fb2fee6759da734410ea (patch) | |
| tree | 68e4446d8be0546c8e744a0bec5d380db5b94e86 /core/java/android | |
| parent | f3ed7d255372f277714bf7165f58d7818d4edff5 (diff) | |
| parent | 5cebaaa56288435aef62392db6822441a0d4a140 (diff) | |
Merge "Make createBond(int) a system API" into stage-aosp-master
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothDevice.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java index 12211485cc07..9c4251dd4c06 100644 --- a/core/java/android/bluetooth/BluetoothDevice.java +++ b/core/java/android/bluetooth/BluetoothDevice.java @@ -1445,7 +1445,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) |
