diff options
| author | Jack He <siyuanh@google.com> | 2018-10-12 11:18:09 -0700 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-10-12 11:18:09 -0700 |
| commit | 10adb4e8c54fcf7c592502182cc4e1acdf801411 (patch) | |
| tree | 923832ef154d66dd55752e390ff9062294a815ea /framework/java/android/bluetooth/BluetoothDevice.java | |
| parent | 9f56957c12f68829f864a602771adcfa0c83b328 (diff) | |
| parent | 3a5ae2d7a86de1fdce4ab121175181b266a09f61 (diff) | |
Merge "Remove BluetoothDevice.ACTION_DISAPPEARED" am: 2ac8c8a3e2
am: 3a5ae2d7a8
Change-Id: Idc687ad7ea25b793f5ef12612e161e197d87679d
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothDevice.java')
| -rw-r--r-- | framework/java/android/bluetooth/BluetoothDevice.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/framework/java/android/bluetooth/BluetoothDevice.java b/framework/java/android/bluetooth/BluetoothDevice.java index b8e7e3044c..0aa053580a 100644 --- a/framework/java/android/bluetooth/BluetoothDevice.java +++ b/framework/java/android/bluetooth/BluetoothDevice.java @@ -107,20 +107,6 @@ public final class BluetoothDevice implements Parcelable { "android.bluetooth.device.action.FOUND"; /** - * Broadcast Action: Remote device disappeared. - * <p>Sent when a remote device that was found in the last discovery is not - * found in the current discovery. - * <p>Always contains the extra field {@link #EXTRA_DEVICE}. - * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive. - * - * @hide - */ - @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION) - @UnsupportedAppUsage - public static final String ACTION_DISAPPEARED = - "android.bluetooth.device.action.DISAPPEARED"; - - /** * Broadcast Action: Bluetooth class of a remote device has changed. * <p>Always contains the extra fields {@link #EXTRA_DEVICE} and {@link * #EXTRA_CLASS}. |
