diff options
| author | Qasim Javed <qasimj@google.com> | 2021-08-19 12:51:55 -0700 |
|---|---|---|
| committer | Qasim Javed <qasimj@google.com> | 2021-09-16 13:07:58 -0700 |
| commit | 5cebaaa56288435aef62392db6822441a0d4a140 (patch) | |
| tree | a9a74a21b6be1c451f3ffe5c99a85d457ee6590f /core/java/android/bluetooth/BluetoothDevice.java | |
| parent | f3b6f05c6a5244256719df4d8039f8dbe2106ea8 (diff) | |
Make createBond(int) a system API
BUG: 195156317
Test: Manual
Change-Id: I10d9ac305cbc1bb28c8150e1b167a0e61ad3f04e
Diffstat (limited to 'core/java/android/bluetooth/BluetoothDevice.java')
| -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) |
