diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a6d066ba6e6..791be09a5d2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2490,6 +2490,18 @@ android:value="com.android.settings.applications.PictureInPictureSettings" /> + + + + + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index ddb1bf17ac5..06ea67f3e94 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6459,8 +6459,17 @@ Picture-in-picture - - Permit entering picture-in-picture when leaving app + + Allow picture-in-picture + + + Allow this app to create a picture-in-picture window while the app is open or after you leave it (for example, to continue watching a video). This window displays on top of other apps you're using. + + + Yes + + + No Do Not Disturb access diff --git a/res/xml/special_access.xml b/res/xml/special_access.xml index 8bf5c5657d2..6eaede9c3d0 100644 --- a/res/xml/special_access.xml +++ b/res/xml/special_access.xml @@ -79,6 +79,7 @@ android:title="@string/picture_in_picture_title" android:fragment="com.android.settings.applications.PictureInPictureSettings" settings:keywords="@string/picture_in_picture_keywords" /> +