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

Commit 9af471ef authored by Robert Horvath's avatar Robert Horvath
Browse files

Add strings for TV standby function

After a long time of no user activity the device should go to standby
mode, even if eg. video is playing (wakelocks are held).
In this CL, only required strings for this feature are added.
Functionality follows in another CL.

Bug: 137633812
Test: build
Change-Id: Ieb36c940238bea611723763148cc56daab00500c
parent f80171ef
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -5299,6 +5299,13 @@
    <!-- Application name displayed in notifications [CHAR LIMIT=60] -->
    <string name="notification_app_name_settings">Settings</string>

    <!-- Title of the overlay warning the user to interact with the device or it will go into standby. [CHAR LIMIT=25] -->
    <string name="standby_warning_title">Standby</string>
    <!-- Message of the overlay warning the user to interact with the device or it will go into standby. [CHAR LIMIT=NONE] -->
    <string name="standby_warning_message" product="tv">The Android TV device will soon turn off; press a button to keep it on.</string>
    <!-- Message of the overlay warning the user to interact with the device or it will go into standby. [CHAR LIMIT=NONE] -->
    <string name="standby_warning_message" product="default">The device will soon turn off; press to keep it on.</string>

    <!-- Active Permission - accessibility support -->
    <!-- Content description of the camera icon in the notification. [CHAR LIMIT=NONE] -->
    <string name="notification_appops_camera_active">Camera</string>