feat: add nfc step 2 - receive with invoice

This commit is contained in:
2026-06-05 15:43:10 +02:00
parent cc50ff08df
commit 82c048f6c0
13 changed files with 588 additions and 316 deletions
+1
View File
@@ -1,3 +1,4 @@
<resources>
<string name="app_name">Gudari Wallet</string>
<string name="nfc_hce_description">Gudari Wallet NFC payment sharing</string>
</resources>
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<host-apdu-service
xmlns:android="http://schemas.android.com/apk/res/android"
android:description="@string/nfc_hce_description"
android:requireDeviceUnlock="false">
<aid-group
android:description="@string/nfc_hce_description"
android:category="other">
<!--
NFC Forum Type 4 Tag AID.
Any NFC reader that supports NDEF will SELECT this AID first.
-->
<aid-filter android:name="D2760000850101" />
</aid-group>
</host-apdu-service>