Loading core/res/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
core/res/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
core/res/res/values/strings.xml +5 −0 Original line number Diff line number Diff line Loading @@ -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> Loading