diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index c74e4112dada5..9e07c6dfd221d 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -335,6 +335,7 @@ android:exported="true" android:theme="@style/PipTheme" android:launchMode="singleTop" + android:taskAffinity="" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" android:resizeable="true" android:supportsPictureInPicture="true" @@ -345,6 +346,7 @@ android:exported="true" android:theme="@style/PipTheme" android:launchMode="singleTop" + android:taskAffinity="" android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation" android:resizeable="true" android:supportsPictureInPicture="true"