Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-24 17:31:01 +05:00
parent f84d6a1261
commit d9cf8d5aef
19 changed files with 573 additions and 2 deletions

View file

@ -313,6 +313,16 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="onboard-virtual-account"
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="news"
android:scheme="tangem" />