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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user