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

Commit 3f6f018c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add label for notification permission" into sc-dev

parents ddc35eb6 f6f51162
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+5 −0
Original line number Diff line number Diff line
@@ -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>