We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904b259 commit 3e71715Copy full SHA for 3e71715
1 file changed
feature/main/src/main/AndroidManifest.xml
@@ -12,6 +12,7 @@
12
<intent-filter>
13
<action android:name="android.intent.action.MAIN" />
14
15
+ <category android:name="android.intent.category.DEFAULT" />
16
<category android:name="android.intent.category.LAUNCHER" />
17
</intent-filter>
18
</activity>
0 commit comments