Loading framework/java/android/bluetooth/BluetoothDevice.java +6 −4 Original line number Diff line number Diff line Loading @@ -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 */ Loading Loading
framework/java/android/bluetooth/BluetoothDevice.java +6 −4 Original line number Diff line number Diff line Loading @@ -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 */ Loading