summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/apduservice.xml
blob: 4a48065c4b4978809582d59ca1c1c4c089b3cade (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="true">
    <aid-group android:description="@string/aiddescription"
            android:category="other">
        <aid-filter android:name="F00054414C4552"/>
    </aid-group>
</host-apdu-service>