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

Commit 10f859b6 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "API Review: Add prepareToEnterProcess javadoc" am: 17f869d8 am:...

Merge "API Review: Add prepareToEnterProcess javadoc" am: 17f869d8 am: 14ce8d37 am: ba29d7e0 am: 7e4495a2

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2026503

Change-Id: Ib0e9c7d1da2e94334d08ff7291e795817d35762c
parents bdf96bb6 7e4495a2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1323,7 +1323,14 @@ public final class BluetoothDevice implements Parcelable, Attributable {
        mAttributionSource = attributionSource;
    }

    /** {@hide} */
    /**
     * Method should never be used anywhere. Only exception is from {@link Intent}
     * Used to set the device current attribution source
     *
     * @param attributionSource The associated {@link AttributionSource} for this device in this
     * process
     * @hide
     */
    @SystemApi
    @RequiresPermission(android.Manifest.permission.BLUETOOTH_PRIVILEGED)
    public void prepareToEnterProcess(@NonNull AttributionSource attributionSource) {