diff options
| -rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 3ee844cd8ef2..8005ea7a33a8 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -358,6 +358,7 @@ android:finishOnCloseSystemDialogs="true" android:launchMode="singleTop" android:taskAffinity="com.android.systemui.net" + android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" android:excludeFromRecents="true" /> <!-- started from MediaProjectionManager --> |