Merge "Make NFC Setting summary text translatable" into tm-dev am: da591a4f76
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/17129536 Change-Id: I565b2bfada1fa78137022d8fe9a5f0a0424344ad
This commit is contained in:
@@ -143,7 +143,8 @@ public class DefaultPaymentSettings extends DefaultAppPickerFragment {
|
||||
CandidateInfo info, String defaultKey, String systemDefaultKey) {
|
||||
final NfcPaymentCandidateInfo candidateInfo = (NfcPaymentCandidateInfo) info;
|
||||
if (candidateInfo.isManagedProfile()) {
|
||||
pref.setSummary("Work");
|
||||
final String textWork = getContext().getString(R.string.nfc_work_text);
|
||||
pref.setSummary(textWork);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user