lets remove the noHistory flag

This commit is contained in:
tibbi 2022-10-09 20:36:00 +02:00
parent fecb6ae0e3
commit edd2a6c2ef
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:exported="true" android:exported="true"
android:launchMode="singleTop" android:launchMode="singleTop"
android:noHistory="true"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:theme="@style/LauncherTheme"> android:theme="@style/LauncherTheme">