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
+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" />