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

Commit 0ca4106d authored by William Escande's avatar William Escande
Browse files

API Review: Add prepareToEnterProcess javadoc

Bug: 221851154
Test: No
Tag: #refactor
Change-Id: I8df00bd0a73207117b05a89dc916707f74e970e3
parent fb2277f3
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -1322,7 +1322,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) {