Disable Google Wallet / NFC when showing QR code #2158
Labels
common: occasional
Affects or can be seen by some users regularly or most users rarely
severity: major
Severely degrades major functionality or product features, with no satisfactory workaround
type: enhancement
New feature or request
Dutch train stations are equipped with a combination QR code scanner and credit card reader, which triggers Google Wallet when a phone is brought up to the reader. Catima should disable the NFC reader while showing a QR code so a user doesn't accidentally pay with a stored credit card while trying to scan a QR code train ticket.
It appears that
NfcAdapter.enableReaderMode
(docs, so) is the only solution here. Reader mode disables Google Wallet. Enable when a QR code is on screen and disable when not.The text was updated successfully, but these errors were encountered: