From 93fcda3f0e504d288a212de4a256309a244ed26b Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:11:09 +0100 Subject: [PATCH] Added data extraction rules --- android/app/src/main/AndroidManifest.xml | 1 + .../app/src/main/res/xml/data_extraction_rules.xml | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 android/app/src/main/res/xml/data_extraction_rules.xml diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index a7d420e..5ab558a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -14,6 +14,7 @@ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:screenOrientation="portrait" + android:dataExtractionRules="@xml/data_extraction_rules" android:windowSoftInputMode="adjustResize">