Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-24 19:25:15 +05:00
parent 2a2e0b3323
commit f79fbcb530
4 changed files with 47 additions and 5 deletions

View file

@ -142,6 +142,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="*"
android:scheme="tangem" />
</intent-filter>
</activity>
<!-- Disable android.startup completely. Used for Worker according doc -->