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

Commit 65e1c67c authored by Srinivas Patibandla's avatar Srinivas Patibandla
Browse files

[Hide DCK Device] Update Exclusive Manager docs to clarify accepted data type

Bug: 280805266
Bug: 319716512
Flag: Docs only
Test: m Docs only
Change-Id: I9686e1003cde002a0512ee2bd65316fc3cf58da7
parent c4e4b18e
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -797,12 +797,14 @@ public final class BluetoothDevice implements Parcelable, Attributable {
     * Specify the exclusive manager app for this BluetoothDevice.
     *
     * <p>If there's a manager app specified for this BluetoothDevice, and the app is currently
     * installed on the device, that manager app shall be responsible for providing the
     * installed and enabled on the device, that manager app shall be responsible for providing the
     * BluetoothDevice management functionality (e.g. connect, disconnect, forget, etc.). Android
     * Settings app shall not provide any management functionality for such BluetoothDevice.
     * Settings app or Quick Settings System UI shall not provide any management functionality for
     * such BluetoothDevice.
     *
     * <p>Data type should be a {@link String} representing the package name of the app (e.g.
     * "com.android.settings"), provided as a {@link Byte} array.
     * <p>Data type should be a {@link String} representation of the {@link ComponentName} (e.g.
     * "com.android.settings/.SettingsActivity") or the package name (e.g. "com.android.settings")
     * of the exclusive manager, provided as a {@link Byte} array.
     *
     * @hide
     */