summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMarie Janssen <jamuraa@google.com>2017-01-27 18:55:53 -0800
committerAndre Eisenbach <eisenbach@google.com>2017-01-30 17:40:11 +0000
commitd0ab7141d13411dfbc48ed3fdee9ce82e3553ae6 (patch)
treede0ade6e7ffd4a2483735cb5b1d5ba0b97393d06 /apps
parent5466951c8b8d186071e5fe209d307dbf7a3cf70a (diff)
downloadandroid_development-d0ab7141d13411dfbc48ed3fdee9ce82e3553ae6.tar.gz
android_development-d0ab7141d13411dfbc48ed3fdee9ce82e3553ae6.tar.bz2
android_development-d0ab7141d13411dfbc48ed3fdee9ce82e3553ae6.zip
BluetoothDebug: remove unused SINK_STATE_CHANGED
android.bluetooth.a2dp.action.SINK_STATE_CHANGED is not sent from anywhere, so it's useless to try to catch it. Test: compiles Bug: 34395439 Change-Id: I8185e148cf31efa820fe288c90ebed395517c722
Diffstat (limited to 'apps')
-rw-r--r--apps/BluetoothDebug/AndroidManifest.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/BluetoothDebug/AndroidManifest.xml b/apps/BluetoothDebug/AndroidManifest.xml
index 784526ea8..14a2b463a 100644
--- a/apps/BluetoothDebug/AndroidManifest.xml
+++ b/apps/BluetoothDebug/AndroidManifest.xml
@@ -28,8 +28,6 @@
<action android:name="android.bluetooth.headset.action.STATE_CHANGED" />
<action android:name="android.bluetooth.headset.action.AUDIO_STATE_CHANGED" />
- <action android:name="android.bluetooth.a2dp.action.SINK_STATE_CHANGED" />
-
<action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
<action android:name="android.bluetooth.devicepicker.action.DEVICE_SELECTED" />
</intent-filter>