diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 5500a632e..630b8e36f 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -36,6 +36,16 @@
+
+
+
+
+
+
+
@@ -108,12 +118,13 @@
android:name="androidx.multidex.MultiDexApplication"
android:allowBackup="true"
android:appCategory="social"
- android:fullBackupContent="@xml/backup_content"
android:dataExtractionRules="@xml/data_extraction_rules"
+ android:fullBackupContent="@xml/backup_content"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:largeHeap="true"
+ android:localeConfig="@xml/locales_config"
android:networkSecurityConfig="@xml/network_security_configuration"
android:preserveLegacyExternalStorage="true"
android:requestLegacyExternalStorage="true"
@@ -121,7 +132,6 @@
android:theme="@style/ConversationsTheme"
tools:ignore="GoogleAppIndexingWarning"
tools:replace="android:label, android:allowBackup"
- android:localeConfig="@xml/locales_config"
tools:targetApi="tiramisu">
@@ -155,7 +165,9 @@
android:exported="false">
-
+
@@ -221,7 +233,6 @@
android:windowSoftInputMode="stateAlwaysHidden" />
@@ -373,7 +384,6 @@
android:windowSoftInputMode="stateHidden" />