We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 321418a + ceb0328 commit b3dc121Copy full SHA for b3dc121
samples/user-interface/picture-in-picture/src/main/AndroidManifest.xml
@@ -24,13 +24,15 @@
24
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
25
android:exported="true"
26
android:supportsPictureInPicture="true"
27
+ android:launchMode="singleTask"
28
android:theme="@style/PiPAppTheme"
29
tools:targetApi="24" />
30
31
<activity
32
android:name=".PiPMovieActivity"
33
34
35
36
37
38
0 commit comments