summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorJack He <siyuanh@google.com>2018-10-12 11:06:44 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-12 11:06:44 -0700
commit24591d2641eb7c489b169c19f54c05be39f23fc1 (patch)
treed1c8b4f2fe399e878cd5ead96476ec2b2ee99313 /core/java/android
parent8a9f23c8a1ded48be88ac951941b9491bd215053 (diff)
parent2ac8c8a3e2a2ba5090217054b6125eef06168cbd (diff)
Merge "Remove BluetoothDevice.ACTION_DISAPPEARED"
am: 2ac8c8a3e2 Change-Id: I8836294e7206c8e8c024f5b986c25b9cf2dd29d9
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/bluetooth/BluetoothDevice.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/java/android/bluetooth/BluetoothDevice.java b/core/java/android/bluetooth/BluetoothDevice.java
index 73e98cd99f8f..d9e6fa203823 100644
--- a/core/java/android/bluetooth/BluetoothDevice.java
+++ b/core/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}.