Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-15 13:53:26 +05:00
parent 9f4dae9fa1
commit 236794fa00
26 changed files with 329 additions and 16 deletions

View file

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