make us launchable by CM12's native headset-plug detector

This commit is contained in:
Adrian Ulrich 2016-04-30 12:54:58 +02:00
parent e7829a62f3
commit a7bc9c7cc4

View File

@ -50,6 +50,8 @@ THE SOFTWARE.
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.APP_MUSIC" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<activity