From d5c5b71fc9958ed9971ac2e89da7ff44d02ccde4 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sun, 12 Nov 2023 15:53:13 -0500 Subject: [PATCH] CHANGELOG: describe NFC payment service stub --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8284866..dd70584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Version displayed within the app has now been changed to also reflect the exact Git commit when the app is built. - File Shuttle no longer appends ".null" or ".bin" suffixes unnecessarily. This should make it work much better with file managers such as Material Files. - File Shuttle now triggers media scanning much more robustly. Media files (pictures, videos, etc.) copied into the work profile should now show up much quicker in gallery apps. +- Added a fake NFC payment service to workaround a bug in Android that prevents payment apps inside the work profile from being used if none is present in the main profile. 1.8 ===