PIP: Prevent onboarding activity from launching on pinned stack
Bug: 27153338 Change-Id: I7a3b5c5306e0760495b43b0deb612b3e711ad56e
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user