tap-to-pay part 3: default wallet and shortcut
Auto Tag on Version Change / check-version (push) Failing after 11m53s

This commit is contained in:
2026-05-29 15:58:05 +05:00
parent 0f77216d2d
commit 2df162c09e
6 changed files with 210 additions and 22 deletions
+6 -4
View File
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<aid-filter xmlns:android="http://schemas.android.com/apk/res/android">
<host-apdu-service xmlns:android="http://schemas.android.com/apk/res/android"
android:description="@string/app_name"
android:requireDeviceUnlock="false">
<!-- Contactless PPSE directory -->
<aid-group android:description="@string/app_name"
<aid-group
android:description="@string/app_name"
android:category="payment">
<!-- PPSE: 2PAY.SYS.DDF01 -->
@@ -19,4 +21,4 @@
</aid-group>
</aid-filter>
</host-apdu-service>
+5 -5
View File
@@ -28,13 +28,13 @@
</shortcut>
<shortcut
android:shortcutId="pay_with_card"
android:shortcutId="tap_to_pay"
android:enabled="true"
android:icon="@drawable/ic_shortcut_pay_card"
android:shortcutShortLabel="@string/nav_pay_with_card"
android:shortcutLongLabel="@string/nav_pay_with_card">
android:icon="@drawable/ic_nfc"
android:shortcutShortLabel="@string/card_pay_nfc"
android:shortcutLongLabel="@string/card_pay_nfc">
<intent
android:action="sh.sar.basedbank.OPEN_PAY_WITH_CARD"
android:action="sh.sar.basedbank.TAP_TO_PAY"
android:targetPackage="sh.sar.basedbank"
android:targetClass="sh.sar.basedbank.MainActivity" />
<categories android:name="android.shortcut.conversation" />