TARE string clarification

Clarify the strings used for the TARE homepage. Update
comments so that the translators understand that TARE is not
translatable and that AlarmManager and JobScheduler are Android system
services.

Bug: 191876567

Test: Manual (open Settings > System > Developer Options > TARE and
verify tabs and menus are there)

Change-Id: I935cd0ab9e8e6e5591875a1e7f8ed9f58d8abd9c
This commit is contained in:
alinasuarez
2021-07-27 21:00:25 +00:00
parent ae17b1731a
commit 1a075e874f
3 changed files with 21 additions and 13 deletions

View File

@@ -42,8 +42,8 @@ public class TareHomePage extends Activity {
mOnSwitch = findViewById(R.id.on_switch);
mRevButton = findViewById(R.id.revert_button);
mAlarmManagerView = findViewById(R.id.alarm_manager);
mJobSchedulerView = findViewById(R.id.job_scheduler);
mAlarmManagerView = findViewById(R.id.alarmmanager);
mJobSchedulerView = findViewById(R.id.jobscheduler);
// TODO: Set the status of the buttons based on the current status