Skip to content

Commit

Permalink
Show app icon in launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Feb 7, 2024
1 parent 569f3de commit 12793ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:theme="@style/Theme.Transparent">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.ASSIST" />
Expand Down

0 comments on commit 12793ef

Please sign in to comment.