Fix up Tap and Pay how it works.
Also, don't use HCE service description. Bug: 21988684 Bug: 21657963 Change-Id: I2facb30b80da5452ef14592c937e2db850c33835
This commit is contained in:
@@ -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