diff --git a/src/com/android/settings/nfc/PaymentBackend.java b/src/com/android/settings/nfc/PaymentBackend.java index eeb43e2451a..7f07418c0e2 100644 --- a/src/com/android/settings/nfc/PaymentBackend.java +++ b/src/com/android/settings/nfc/PaymentBackend.java @@ -73,6 +73,7 @@ public class PaymentBackend { public void onResume() { mSettingsPackageMonitor.register(mContext, mContext.getMainLooper(), false); + refresh(); } public void refresh() {