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="A000000004"
7                        android:description="@string/mastercard"/>
8            <aid-prefix-filter android:name="A000000003"
9                        android:description="@string/visa"/>
10        </aid-group>
11</host-apdu-service>
12