flipperzero-firmware/applications/main/nfc
Stephen Kent a82c3ccc22
NFC: Fix MIFARE DESfire info action to open app menu (#2058)
When examining a MIFARE DESfire card, selecting "More >" currently leads
to the file menu for a single application even if the scanned card
contains multiple applications.

On examining the source code, a MIFARE DESfire application selection
menu is present as `NfcSceneMfDesfireData`. This change updates the
MIFARE DESfire Info "More >" action to open the application selection
menu. That menu may then be used to open the file selection menu for any
application in the read MIFARE DESfire card data.

Tested interactively with
c4cbdcd947/nfc/Desfire.nfc

Co-authored-by: あく <alleteam@gmail.com>
2022-11-29 02:05:24 +09:00
..
helpers NFC Unit tests part 1.1 (#1927) 2022-11-11 01:20:35 +09:00
scenes NFC: Fix MIFARE DESfire info action to open app menu (#2058) 2022-11-29 02:05:24 +09:00
views [FL-2933] Mf Classic initial write, update, detect reader (#1941) 2022-10-29 01:10:16 +09:00
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
nfc_cli.c M*LIB: non-inlined strings, FuriString primitive (#1795) 2022-10-06 00:15:23 +09:00
nfc_i.h NFC Unit tests part 1.1 (#1927) 2022-11-11 01:20:35 +09:00
nfc.c NFC Unit tests part 1.1 (#1927) 2022-11-11 01:20:35 +09:00
nfc.h [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00