mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 02:10:54 +02:00
feature: set launcher as home screen
This commit is contained in:
parent
977c4618ef
commit
3935afa40d
7 changed files with 49 additions and 2 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue