diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 9e07c6dfd221d..c590ec7a97ddb 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -337,7 +337,7 @@ android:launchMode="singleTop" android:taskAffinity="" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" - android:resizeable="true" + android:resizeableActivity="true" android:supportsPictureInPicture="true" androidprv:alwaysFocusable="true" android:excludeFromRecents="true" /> @@ -348,7 +348,7 @@ android:launchMode="singleTop" android:taskAffinity="" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" - android:resizeable="true" + android:resizeableActivity="true" android:supportsPictureInPicture="true" android:excludeFromRecents="true" />