Updated on 2026-08-14
This commit is contained in:
parent
7b69b597b6
commit
e182d88ebe
1 changed files with 17 additions and 31 deletions
|
|
@ -49,6 +49,7 @@
|
|||
android:launchMode="singleTop"
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
|
@ -58,40 +59,25 @@
|
|||
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
||||
<data
|
||||
android:pathPrefix="/ndef"
|
||||
android:host="www.tangem.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:pathPrefix="/ndef"
|
||||
android:host="www.tangem.com"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:pathPrefix="/ndef"
|
||||
android:host="tangem.com"
|
||||
android:scheme="http" />
|
||||
<data
|
||||
android:pathPrefix="/ndef"
|
||||
android:host="tangem.com"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:pathPrefix="/ndef"
|
||||
android:host="app.tangem.com"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
<data android:scheme="http" />
|
||||
<data android:host="www.tangem.com" />
|
||||
<data android:pathPrefix="/ndef" />
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.nfc.action.TECH_DISCOVERED" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<data android:scheme="https" />
|
||||
<data android:host="www.tangem.com" />
|
||||
<data android:pathPrefix="/ndef" />
|
||||
|
||||
<meta-data
|
||||
android:name="android.nfc.action.TECH_DISCOVERED"
|
||||
android:resource="@xml/nfc_tech_filter" />
|
||||
<data android:scheme="http" />
|
||||
<data android:host="tangem.com" />
|
||||
<data android:pathPrefix="/ndef" />
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.nfc.action.TAG_DISCOVERED" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:scheme="https" />
|
||||
<data android:host="tangem.com" />
|
||||
<data android:pathPrefix="/ndef" />
|
||||
|
||||
<data android:scheme="https" />
|
||||
<data android:host="app.tangem.com" />
|
||||
<data android:pathPrefix="/ndef" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue