PIP: Prevent onboarding activity from launching on pinned stack

Bug: 27153338
Change-Id: I7a3b5c5306e0760495b43b0deb612b3e711ad56e
This commit is contained in:
Jaewan Kim
2016-02-15 11:46:20 +09:00
parent 46ed6f4bd6
commit ebc8f8f1ad

View File

@@ -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"