Update inclusive language for Accessibility Settings

Update language to comply with Android's inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for reference

Bug: 161896447
Test: robotest & manual
Change-Id: I67032d4beb7c8ae6b5a3271ea75ca38be4351484
This commit is contained in:
Edgar Wang
2020-08-06 00:34:35 +08:00
parent f534811627
commit dd032d3734
14 changed files with 37 additions and 34 deletions

View File

@@ -59,7 +59,7 @@ public class PrimarySwitchPreference extends RestrictedPreference {
@Override
protected int getSecondTargetResId() {
return R.layout.restricted_preference_widget_master_switch;
return R.layout.restricted_preference_widget_primary_switch;
}
@Override