diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d357e8c40fe..863ace4ff8e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1681,6 +1681,25 @@ android:value="@string/menu_key_apps"/> + + + + + + + + + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml index ecd8aad779e..36d17cad5a3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -8880,6 +8880,15 @@ Can access all files + + Manage full screen intents + + + Allow apps to send full screen intents + + + Allow this app to send full screen intent notifications that cover the entire screen. + Media management apps diff --git a/res/xml/special_access.xml b/res/xml/special_access.xml index e6dd3edfb9b..eb023698af2 100644 --- a/res/xml/special_access.xml +++ b/res/xml/special_access.xml @@ -94,6 +94,11 @@ android:fragment="com.android.settings.notification.NotificationAccessSettings" settings:controller="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessController" /> + +