Merge "Fix up Tap and Pay how it works." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8d9bb1ae1d
@@ -82,8 +82,7 @@ public class NfcPaymentPreference extends DialogPreference implements
|
||||
}
|
||||
setTitle(R.string.nfc_payment_default);
|
||||
if (defaultApp != null) {
|
||||
setSummary(mContext.getString(R.string.nfc_payment_app_and_desc,
|
||||
defaultApp.label, defaultApp.description));
|
||||
setSummary(defaultApp.label);
|
||||
} else {
|
||||
setSummary(mContext.getString(R.string.nfc_payment_default_not_set));
|
||||
}
|
||||
|
Reference in New Issue
Block a user