Updated on 2026-08-14

This commit is contained in:
Tangem 2020-02-26 15:16:40 +03:00
parent f77158c082
commit ad80879769
2 changed files with 10 additions and 11 deletions

View file

@ -66,6 +66,16 @@
android:host="app.tangem.com"
android:scheme="https" />
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
<category android:name="android.intent.category.DEFAULT" />
<data
android:scheme="vnd.android.nfc"
android:host="ext"
android:pathPrefix="/android.com:pkg"/>
</intent-filter>
<intent-filter>
<action android:name="android.nfc.action.TECH_DISCOVERED" />
</intent-filter>