aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorroot <mikes@flatsurface.com>2014-05-04 17:51:53 -0400
committerroot <mikes@flatsurface.com>2014-05-04 17:51:53 -0400
commit9268783bde97c0e28c43c61a6e7b70ec2acf2407 (patch)
treea76f8103aa3f85b67fde0cdd9851502443203dbd /AndroidManifest.xml
parent447db0ee4bbac03b6adc19977d9a40e72b90fddc (diff)
downloaddsub-9268783bde97c0e28c43c61a6e7b70ec2acf2407.tar.gz
dsub-9268783bde97c0e28c43c61a6e7b70ec2acf2407.tar.bz2
dsub-9268783bde97c0e28c43c61a6e7b70ec2acf2407.zip
wrap
<action android:name="android.intent.action.MEDIA_BUTTON" /> in <intent-filter>
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4ef64bb6..cc1189df 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -119,7 +119,9 @@
</service>
<receiver android:name="github.daneren2005.dsub.receiver.MediaButtonIntentReceiver">
+ <intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
+ </intent-filter>
</receiver>
<receiver android:name="github.daneren2005.dsub.receiver.BluetoothIntentReceiver">