156 lines
5.9 KiB
XML
156 lines
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="com.tangem.wallet">
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
<uses-permission android:name="android.permission.NFC" />
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
<uses-feature android:name="android.hardware.camera" />
|
|
<uses-feature android:name="android.hardware.camera.autofocus" />
|
|
<uses-feature
|
|
android:name="android.hardware.nfc"
|
|
android:required="true" />
|
|
|
|
<queries>
|
|
<intent>
|
|
<action android:name="android.intent.action.SENDTO" />
|
|
<data android:scheme="mailto" />
|
|
</intent>
|
|
</queries>
|
|
|
|
<application
|
|
android:name="com.tangem.tap.TapApplication"
|
|
android:allowBackup="false"
|
|
android:fullBackupContent="false"
|
|
android:hardwareAccelerated="true"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:label="@string/tangem_app_name"
|
|
android:largeHeap="@bool/largeHeap"
|
|
android:networkSecurityConfig="@xml/network_security_config"
|
|
android:roundIcon="@mipmap/ic_launcher"
|
|
android:supportsRtl="true"
|
|
tools:ignore="GoogleAppIndexingWarning"
|
|
tools:replace="android:allowBackup, android:fullBackupContent">
|
|
|
|
<meta-data
|
|
android:name="com.google.android.gms.wallet.api.enabled"
|
|
android:value="true" />
|
|
|
|
<activity
|
|
android:name="com.tangem.tap.MainActivity"
|
|
android:exported="true"
|
|
android:launchMode="singleTop"
|
|
android:screenOrientation="portrait"
|
|
android:theme="@style/SplashTheme"
|
|
android:windowSoftInputMode="adjustResize">
|
|
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<data android:scheme="http" />
|
|
<data android:host="www.tangem.com" />
|
|
<data android:pathPrefix="/ndef" />
|
|
|
|
<data android:scheme="https" />
|
|
<data android:host="www.tangem.com" />
|
|
<data android:pathPrefix="/ndef" />
|
|
|
|
<data android:scheme="http" />
|
|
<data android:host="tangem.com" />
|
|
<data android:pathPrefix="/ndef" />
|
|
|
|
<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>
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:scheme="wc" />
|
|
</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="wc" />
|
|
<data 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="success.tangem.com"
|
|
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="sell-request.tangem.com"
|
|
android:scheme="tangem" />
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
<activity
|
|
android:name="com.tangem.tap.common.qrCodeScan.ScanQrCodeActivity"
|
|
android:theme="@style/AppTheme" />
|
|
|
|
<activity
|
|
android:name="zendesk.messaging.MessagingActivity"
|
|
android:theme="@style/ZendeskTheme" />
|
|
|
|
<activity
|
|
android:name="com.tangem.tap.features.sprinklr.ui.SprinklrActivity"
|
|
android:theme="@style/AppTheme" />
|
|
|
|
<activity
|
|
android:name="com.tangem.feature.learn2earn.presentation.webView.Learn2earnWebViewActivity"
|
|
android:theme="@style/Theme.MaterialComponents.Light.NoActionBar" />
|
|
|
|
<provider
|
|
android:name="androidx.core.content.FileProvider"
|
|
android:authorities="${applicationId}.provider"
|
|
android:exported="false"
|
|
android:grantUriPermissions="true">
|
|
<meta-data
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
android:resource="@xml/provider_paths" />
|
|
</provider>
|
|
|
|
</application>
|
|
</manifest>
|