Updated on 2026-08-14

This commit is contained in:
Tangem 2021-10-29 20:40:52 +03:00
parent ef58ec6ab1
commit f43d1c5ae5
4 changed files with 104 additions and 57 deletions

View file

@ -19,6 +19,13 @@
<uses-feature android:name="android.hardware.camera" />
<uses-feature android:name="android.hardware.camera.autofocus" />
<queries>
<intent>
<action android:name="android.intent.action.SENDTO" />
<data android:scheme="mailto" />
</intent>
</queries>
<application
android:name="com.tangem.tap.TapApplication"
android:allowBackup="true"