Updated on 2026-08-14
This commit is contained in:
parent
99400590a6
commit
3b9107f73f
13 changed files with 111 additions and 1 deletions
|
|
@ -34,6 +34,7 @@
|
|||
<application
|
||||
android:name="com.tangem.tap.TangemHiltApplication"
|
||||
android:allowBackup="false"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:enableOnBackInvokedCallback="true"
|
||||
android:fullBackupContent="false"
|
||||
android:hardwareAccelerated="true"
|
||||
|
|
@ -45,7 +46,7 @@
|
|||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:supportsRtl="true"
|
||||
tools:ignore="GoogleAppIndexingWarning"
|
||||
tools:replace="android:allowBackup, android:fullBackupContent, android:label, android:largeHeap">
|
||||
tools:replace="android:allowBackup, android:dataExtractionRules, android:fullBackupContent, android:label, android:largeHeap">
|
||||
|
||||
<!--
|
||||
property to make the "android:screenOrientation" work on API <37
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue