Skip to content

Commit

Permalink
Remove the option to set this app as the launcher
Browse files Browse the repository at this point in the history
Causes bad behaviour and it was just a hack to begin with. Utilize the default android app pinning UI instead.

https://support.google.com/android/answer/9455138?hl=en-GB#zippy=%2Cif-youre-using-android-and-below
  • Loading branch information
deadman96385 committed Feb 24, 2024
1 parent fe51466 commit 10dab7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
Expand Down

0 comments on commit 10dab7b

Please sign in to comment.