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

Commit 33e15cc5 authored by Philip Junker's avatar Philip Junker
Browse files

Move strings used for turn screen on special app access into SettingsLib.

Bug: 216114297
Test: manual
Change-Id: Iec59d0ee5ee9d0eb41636505ff9d69e73142c2fd
parent 9675d3b8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1580,4 +1580,11 @@
    <string name="keyboard_layout_dialog_title">Choose keyboard layout</string>
    <!-- Label of the default keyboard layout.  [CHAR LIMIT=35] -->
    <string name="keyboard_layout_default_label">Default</string>

    <!-- Special access > Title for managing turn screen on settings. [CHAR LIMIT=50] -->
    <string name="turn_screen_on_title">Turn screen on</string>
    <!-- Label for a setting which controls whether an app can turn the screen on [CHAR LIMIT=45] -->
    <string name="allow_turn_screen_on">Allow turning the screen on</string>
    <!-- Description for a setting which controls whether an app can turn the screen on [CHAR LIMIT=NONE] -->
    <string name="allow_turn_screen_on_description">Allow an app to turn the screen on. If granted, the app may turn on the screen at any time without your explicit intent.</string>
</resources>