Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f9cf489 authored by Jaewan Kim's avatar Jaewan Kim Committed by android-build-merger
Browse files

PIP: Prevent onboarding activity from launching on pinned stack am: ebc8f8f1

am: 757b5052

* commit '757b5052':
  PIP: Prevent onboarding activity from launching on pinned stack
parents 3bc623be 757b5052
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"