feat: add nfc step 2 - receive with invoice
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">Gudari Wallet</string>
|
||||
<string name="nfc_hce_description">Gudari Wallet NFC payment sharing</string>
|
||||
</resources>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user