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:
Martijn Coenen
2015-07-07 09:35:19 +02:00
parent e21573da92
commit 91dcad4089
4 changed files with 80 additions and 10 deletions

View File

@@ -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));
}