Skip to content

Commit c315566

Browse files
author
Chris Bellew
committed
Removed extraneous intent filter.
1 parent 9446e07 commit c315566

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

AndroidManifest.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
android:name="com.atomjack.vcfpht.PlayMediaActivity"
3131
android:configChanges="orientation|screenSize"
3232
android:label="@string/app_name" >
33-
<intent-filter>
34-
<action android:name="android.intent.action.MAIN" />
35-
36-
<category android:name="android.intent.category.LAUNCHER" />
37-
</intent-filter>
3833
</activity>
3934

4035
<service

0 commit comments

Comments
 (0)