1<host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
2    android:description="@string/paymentService1" android:apduServiceBanner="@drawable/nfc_hce_banner">
3        <aid-group android:description="@string/paymentService1" android:category="payment">
4            <aid-filter android:name="325041592E5359532E4444463031"
5                        android:description="@string/ppse"/>
6            <aid-prefix-filter android:name="A00000000410"
7                        android:description="@string/mastercard"/>
8            <aid-prefix-filter android:name="A0000000041010"
9                        android:description="@string/mastercard"/>
10            <aid-prefix-filter android:name="A00000000310"
11                        android:description="@string/visa"/>
12        </aid-group>
13        <aid-group android:description="@string/transportService1" android:category="other">
14            <aid-prefix-filter android:name="F0000000FF"
15                        android:description="@string/transportService1"/>
16            <aid-prefix-filter android:name="F000000000"
17                        android:description="@string/transportService1"/>
18        </aid-group>
19</host-apdu-service>
20