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

Commit d51f8ea7 authored by Philip Junker's avatar Philip Junker Committed by Android (Google) Code Review
Browse files

Merge "Move strings used for turn screen on special app access into SettingsLib." into tm-dev

parents caa34f09 33e15cc5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1582,4 +1582,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>