summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/nfc
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/nfc')
-rw-r--r--src/com/android/settings/nfc/NfcPaymentPreference.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/settings/nfc/NfcPaymentPreference.java b/src/com/android/settings/nfc/NfcPaymentPreference.java
index 3ad64fad2..e8dcf0b1f 100644
--- a/src/com/android/settings/nfc/NfcPaymentPreference.java
+++ b/src/com/android/settings/nfc/NfcPaymentPreference.java
@@ -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));
}