Refactor Reset options 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: I94969f6903d047b9bc41b1e8c14096c92c460b38
This commit is contained in:
@@ -125,7 +125,7 @@ public class ResetNetwork extends InstrumentedFragment {
|
||||
args.putInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX,
|
||||
subscription.getSubscriptionId());
|
||||
}
|
||||
args.putBoolean(MasterClear.ERASE_ESIMS_EXTRA,
|
||||
args.putBoolean(MainClear.ERASE_ESIMS_EXTRA,
|
||||
mEsimContainer.getVisibility() == View.VISIBLE && mEsimCheckbox.isChecked());
|
||||
new SubSettingLauncher(getContext())
|
||||
.setDestination(ResetNetworkConfirm.class.getName())
|
||||
|
Reference in New Issue
Block a user