Skip to content

Commit 3e71715

Browse files
committed
[FIX/#336] add DEFAULT intent filter
1 parent 904b259 commit 3e71715

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

feature/main/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<intent-filter>
1313
<action android:name="android.intent.action.MAIN" />
1414

15+
<category android:name="android.intent.category.DEFAULT" />
1516
<category android:name="android.intent.category.LAUNCHER" />
1617
</intent-filter>
1718
</activity>

0 commit comments

Comments
 (0)