summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/apduservice.xml
blob: 6d4956b19c999eec3609eb9194a61cc8e61d4284 (plain)
1
2
3
4
5
6
7
8
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="F00054414c4552"/>
    </aid-group>
</host-apdu-service>