From 0b97d3547842561483dbfac773a10adcc4097b83 Mon Sep 17 00:00:00 2001 From: "Cai, Min1" Date: Wed, 11 Oct 2017 17:31:22 +0900 Subject: [PATCH] Refresh payment preference while resume To show latest payment service list on Tap&pay menu. Test: install payment service and go back to Tap&pay menu Bug: 67718335 Change-Id: I6f421176b9c461898224b50d06f67a49645f0d18 --- src/com/android/settings/nfc/PaymentBackend.java | 1 + 1 file changed, 1 insertion(+) 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() {