feat(IT-Wallet): [SIW-3867] Adds HCE support detection to NFC utilities and UI#7849
Open
feat(IT-Wallet): [SIW-3867] Adds HCE support detection to NFC utilities and UI#7849
Conversation
Contributor
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
Contributor
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #7849 +/- ##
==========================================
- Coverage 60.47% 60.46% -0.01%
==========================================
Files 1942 1942
Lines 42840 42859 +19
Branches 9825 9830 +5
==========================================
+ Hits 25907 25916 +9
- Misses 16854 16865 +11
+ Partials 79 78 -1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
ale-mazz
approved these changes
Feb 11, 2026
Contributor
ale-mazz
left a comment
There was a problem hiding this comment.
Tested on Xiaomi 15T Pro, LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Short description
This PR adds methods to retrive HCE support status on Android devices.
List of changes proposed in this pull request
Native module refactor and feature addition:
NfcAntennaInfoModule/NfcAntennaInfoPackagetoNfcInfoModule/NfcInfoPackage, and updated all references accordingly for broader NFC information handling. [1] [2] [3] [4]isHceSupportedto the native module to check if the device supports Host Card Emulation (HCE).TypeScript API and analytics integration:
isHceSupportedfunction to thenfcutility, with platform checks and error handling, and updated the analytics saga to track HCE support in addition to antenna info. [1] [2] [3] [4] [5]updateNfcAntennaInfoTrackingPropertiestoupdateNfcInfoTrackingPropertiesto reflect the broader scope. [1] [2]Developer playground UI improvements:
NfcPlaygroundscreen to display HCE support status using a badge, and refactored error handling and state management to accommodate the new information. [1] [2]How to test
Go to Settings → Playgrounds → NFC
Preview