summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-01 17:14:10 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-01 17:14:10 +0100
commita40499d5bfd5f79419a54b1c9bb98e5d5ecd6eac (patch)
tree74d29df1e7ca1ef13676c5d984d594e51d075feb
parentf614a002857bdc12a6d831b4d930411954a736eb (diff)
downloadwallet-android-a40499d5bfd5f79419a54b1c9bb98e5d5ecd6eac.tar.gz
wallet-android-a40499d5bfd5f79419a54b1c9bb98e5d5ecd6eac.tar.bz2
wallet-android-a40499d5bfd5f79419a54b1c9bb98e5d5ecd6eac.zip
NFC: match AID from documentation
-rw-r--r--app/src/main/res/xml/apduservice.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/apduservice.xml b/app/src/main/res/xml/apduservice.xml
index b862ccb..6d4956b 100644
--- a/app/src/main/res/xml/apduservice.xml
+++ b/app/src/main/res/xml/apduservice.xml
@@ -4,6 +4,6 @@
android:requireDeviceUnlock="false">
<aid-group android:description="@string/aiddescription"
android:category="other">
- <aid-filter android:name="A0000002471001"/>
+ <aid-filter android:name="F00054414c4552"/>
</aid-group>
</host-apdu-service> \ No newline at end of file