summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/apduservice.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/apduservice.xml')
-rw-r--r--app/src/main/res/xml/apduservice.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/apduservice.xml b/app/src/main/res/xml/apduservice.xml
new file mode 100644
index 0000000..b862ccb
--- /dev/null
+++ b/app/src/main/res/xml/apduservice.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
+ android:description="@string/servicedesc"
+ android:requireDeviceUnlock="false">
+ <aid-group android:description="@string/aiddescription"
+ android:category="other">
+ <aid-filter android:name="A0000002471001"/>
+ </aid-group>
+</host-apdu-service> \ No newline at end of file