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

Commit f6f51162 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Add label for notification permission

Test: manual; permission screen in settings
Fixes: 157911507
Change-Id: I6883fc4a498f5283bbe42906475e0c3130c545a2
parent a455e386
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>