tap-to-pay part 1
Auto Tag on Version Change / check-version (push) Failing after 14m38s

This commit is contained in:
2026-05-29 15:43:13 +05:00
parent 71e893faf8
commit 0f77216d2d
9 changed files with 813 additions and 5 deletions
+22
View File
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<aid-filter xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Contactless PPSE directory -->
<aid-group android:description="@string/app_name"
android:category="payment">
<!-- PPSE: 2PAY.SYS.DDF01 -->
<aid-filter android:name="325041592E5359532E4444463031" />
<!-- Visa -->
<aid-filter android:name="A0000000031010" />
<!-- Mastercard -->
<aid-filter android:name="A0000000041010" />
<!-- Amex -->
<aid-filter android:name="A000000025" />
</aid-group>
</aid-filter>