Updated on 2026-08-14
This commit is contained in:
parent
ef58ec6ab1
commit
f43d1c5ae5
4 changed files with 104 additions and 57 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue