Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-05 17:22:08 +04:00
parent 96ce2fc718
commit fd7bc522f2
21 changed files with 289 additions and 1 deletions

View file

@ -264,6 +264,16 @@
android:host="promo"
android:scheme="tangem" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="onboard-visa"
android:scheme="tangem" />
</intent-filter>
</activity>
<!-- Disable android.startup completely. Used for Worker according doc -->