Added support for play/pause key on wired headset

This commit is contained in:
daniel oeh
2012-10-02 11:16:05 +02:00
parent d34746e049
commit 2b69696359
2 changed files with 8 additions and 2 deletions

View File

@ -96,7 +96,7 @@
android:label="@string/download_log_label" >
</activity>
<receiver android:name=".receiver.MediaButtonReceiver" >
<receiver android:name=".receiver.MediaButtonReceiver" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MEDIA_BUTTON" />
</intent-filter>