Merge "Add TARE button and homepage to developer options."

This commit is contained in:
TreeHugger Robot
2021-07-22 22:21:42 +00:00
committed by Android (Google) Code Review
5 changed files with 153 additions and 0 deletions

View File

@@ -13611,4 +13611,17 @@
<string name="bluetooth_connect_access_dialog_negative">Don\u2019t connect</string>
<!-- Strings for Dialog connect button -->
<string name="bluetooth_connect_access_dialog_positive">Connect</string>
<!-- Title for the button to edit The Android Resource Economy settings. [CHAR LIMIT=NONE] -->
<string name="tare_title" translatable="false">TARE</string>
<!-- TARE settings title in developer options; TARE" is not translatable but "settings" is [CHAR LIMIT=40] -->
<string name="tare_settings">TARE Settings</string>
<!-- Allows user to revert the TARE settings to their default values [CHAR LIMIT=40] -->
<string name="tare_revert">Revert to Default Settings</string>
<!-- Allows user to view Alarm Manager policy factors [CHAR LIMIT=40]-->
<string name="tare_alarm_manager">Alarm Manager</string>
<!-- Allows user to view Job Scheduler policy factors [CHAR LIMIT=40]-->
<string name="tare_job_scheduler">Job Scheduler</string>
<!-- Toast notifying the developer that settings were reverted to their default [CHAR LIMIT=40]-->
<string name="tare_settings_reverted_toast">Settings reverted to default.</string>
</resources>