mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
chore: reformat the manifest
This commit is contained in:
parent
68aa523957
commit
552f1c52ea
1 changed files with 8 additions and 4 deletions
|
@ -16,7 +16,8 @@
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/launcherBaseTheme">
|
android:theme="@style/launcherBaseTheme">
|
||||||
|
|
||||||
<activity android:name=".HomeActivity"
|
<activity
|
||||||
|
android:name=".HomeActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
android:clearTaskOnLaunch="true"
|
android:clearTaskOnLaunch="true"
|
||||||
|
@ -30,16 +31,19 @@
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".tutorial.TutorialActivity"
|
<activity
|
||||||
|
android:name=".tutorial.TutorialActivity"
|
||||||
android:screenOrientation="portrait"
|
android:screenOrientation="portrait"
|
||||||
tools:ignore="LockedOrientationActivity">
|
tools:ignore="LockedOrientationActivity">
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".list.ListActivity"
|
<activity
|
||||||
|
android:name=".list.ListActivity"
|
||||||
android:screenOrientation="portrait"
|
android:screenOrientation="portrait"
|
||||||
android:windowSoftInputMode="adjustResize"
|
android:windowSoftInputMode="adjustResize"
|
||||||
tools:ignore="LockedOrientationActivity">
|
tools:ignore="LockedOrientationActivity">
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".settings.SettingsActivity"
|
<activity
|
||||||
|
android:name=".settings.SettingsActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:permission="android.permission.MANAGE_APP_PERMISSIONS"
|
android:permission="android.permission.MANAGE_APP_PERMISSIONS"
|
||||||
android:screenOrientation="portrait"
|
android:screenOrientation="portrait"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue