Updated on 2026-08-14
This commit is contained in:
parent
2a73e5654e
commit
420529c45f
1 changed files with 6 additions and 1 deletions
|
|
@ -51,13 +51,18 @@
|
|||
property to make the "android:screenOrientation" work on API <37
|
||||
https://developer.android.com/about/versions/16/behavior-changes-16
|
||||
-->
|
||||
<property android:name="android.window.PROPERTY_COMPAT_ALLOW_RESTRICTED_RESIZABILITY"
|
||||
<property
|
||||
android:name="android.window.PROPERTY_COMPAT_ALLOW_RESTRICTED_RESIZABILITY"
|
||||
android:value="true" />
|
||||
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.wallet.api.enabled"
|
||||
android:value="true" />
|
||||
|
||||
<!--
|
||||
Use android:launchMode="singleInstance" to ensure a single MainActivity instance in its own task;
|
||||
Prevents duplicate launches from deep links/external intents
|
||||
-->
|
||||
<activity
|
||||
android:name="com.tangem.tap.MainActivity"
|
||||
android:configChanges="uiMode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue