Keep activities in recents
When exiting, all activities are finished and therefore no longer in recents. For the work profile, we want users to be able to come back to it Issue: calyxos#2020 Change-Id: Id236c193e5822568dc445ea561fe18a4664e73cc
This commit is contained in:
committed by
Michael Bestas
parent
ecaeda6224
commit
1bbf009729
@@ -60,7 +60,6 @@
|
|||||||
android:name=".wizardmanager.WizardManager"
|
android:name=".wizardmanager.WizardManager"
|
||||||
android:enabled="false"
|
android:enabled="false"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||||
android:immersive="true">
|
android:immersive="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@@ -75,7 +74,6 @@
|
|||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:lockTaskMode="normal"
|
android:lockTaskMode="normal"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
@@ -93,7 +91,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".BluetoothSetupActivity"
|
android:name=".BluetoothSetupActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -107,7 +104,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".WelcomeActivity"
|
android:name=".WelcomeActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -121,7 +117,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".LocaleActivity"
|
android:name=".LocaleActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -135,7 +130,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".DateTimeActivity"
|
android:name=".DateTimeActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -149,7 +143,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".SimMissingActivity"
|
android:name=".SimMissingActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -163,7 +156,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".NetworkSetupActivity"
|
android:name=".NetworkSetupActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -177,7 +169,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".LocationSettingsActivity"
|
android:name=".LocationSettingsActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -191,7 +182,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".UpdateRecoveryActivity"
|
android:name=".UpdateRecoveryActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
@@ -205,7 +195,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".DeviceSpecificActivity"
|
android:name=".DeviceSpecificActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:windowSoftInputMode="stateAlwaysHidden">
|
android:windowSoftInputMode="stateAlwaysHidden">
|
||||||
@@ -218,7 +207,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".LineageSettingsActivity"
|
android:name=".LineageSettingsActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
@@ -232,7 +220,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".NavigationSettingsActivity"
|
android:name=".NavigationSettingsActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
@@ -246,7 +233,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".BiometricActivity"
|
android:name=".BiometricActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -260,7 +246,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".ScreenLockActivity"
|
android:name=".ScreenLockActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
@@ -274,7 +259,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".backup.RestoreIntroActivity"
|
android:name=".backup.RestoreIntroActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
@@ -288,7 +272,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".ThemeSettingsActivity"
|
android:name=".ThemeSettingsActivity"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
@@ -303,7 +286,6 @@
|
|||||||
android:name=".FinishActivity"
|
android:name=".FinishActivity"
|
||||||
android:theme="@style/EdgeToEdgeWallpaperBackground"
|
android:theme="@style/EdgeToEdgeWallpaperBackground"
|
||||||
android:label="@string/activity_label_empty"
|
android:label="@string/activity_label_empty"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:configChanges="mcc|mnc"
|
android:configChanges="mcc|mnc"
|
||||||
android:immersive="true"
|
android:immersive="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
Reference in New Issue
Block a user