Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f988e7e authored by Qasim Javed's avatar Qasim Javed
Browse files

Make createBond(int) a system API

BUG: 195156317
Test: Manual

Change-Id: I10d9ac305cbc1bb28c8150e1b167a0e61ad3f04e
Merged-In: I10d9ac305cbc1bb28c8150e1b167a0e61ad3f04e
parent 8111b5cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1326,7 +1326,7 @@ public final class BluetoothDevice implements Parcelable {
     * @throws IllegalArgumentException if an invalid transport was specified
     * @hide
     */
    @UnsupportedAppUsage
    @SystemApi
    @RequiresPermission(Manifest.permission.BLUETOOTH_ADMIN)
    public boolean createBond(int transport) {
        return createBondInternal(transport, null, null);