Merge "Add label for notification permission" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3f6f018c25
@@ -5419,6 +5419,8 @@
|
||||
intents}.
|
||||
<p>Protection level: normal -->
|
||||
<permission android:name="android.permission.USE_FULL_SCREEN_INTENT"
|
||||
android:label="@string/permlab_fullScreenIntent"
|
||||
android:description="@string/permdesc_fullScreenIntent"
|
||||
android:protectionLevel="normal" />
|
||||
|
||||
<!-- @SystemApi Allows requesting the framework broadcast the
|
||||
|
||||
@@ -889,6 +889,11 @@
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_expandStatusBar">Allows the app to expand or collapse the status bar.</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permlab_fullScreenIntent">display notifications as full screen activities on a locked device</string>
|
||||
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
|
||||
<string name="permdesc_fullScreenIntent">Allows the app to display notifications as full screen activities on a locked device</string>
|
||||
|
||||
<!-- Title of an application permission, listed so the user can install application shortcuts
|
||||
in their Launcher -->
|
||||
<string name="permlab_install_shortcut">install shortcuts</string>
|
||||
|
||||
Reference in New Issue
Block a user