1<host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
2    android:description="@string/screenOffPaymentService"
3    android:requireDeviceScreenOn="false"
4    android:requireDeviceUnlock="false"
5    android:apduServiceBanner="@drawable/nfc_hce_banner">
6    <aid-group android:description="@string/screenOffPaymentService" android:category="payment">
7        <aid-filter android:name="325041592E5359532E4444463031"
8            android:description="@string/ppse"/>
9        <aid-filter android:name="A0000000041010"
10            android:description="@string/mastercard"/>
11    </aid-group>
12</host-apdu-service>
13