Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-05 12:27:44 +05:00
parent b750588ef9
commit f1797da7ed
6 changed files with 34 additions and 5 deletions

View file

@ -118,6 +118,17 @@
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="onramp-success"
android:scheme="tangem" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />