Skip to content

Commit

Permalink
ability to add as home launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
nkitsaini committed Mar 29, 2024
1 parent 3c2001d commit 915c16f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
android:resource="@style/NormalTheme"
/>
<intent-filter>
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
Expand Down

0 comments on commit 915c16f

Please sign in to comment.