feature: set launcher as home screen

This commit is contained in:
Josia Pietsch 2024-08-02 02:44:35 +02:00
parent 977c4618ef
commit 3935afa40d
Signed by: jrpie
GPG key ID: E70B571D66986A2D
7 changed files with 49 additions and 2 deletions

View file

@ -8,6 +8,11 @@
tools:ignore="QueryAllPackagesPermission" />
<queries>
<intent>
<category android:name="android.intent.category.HOME"/>
</intent>
</queries>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
@ -40,6 +45,7 @@
android:screenOrientation="portrait"
tools:ignore="LockedOrientationActivity">
</activity>
</application>
</manifest>