diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7e2a26a86..94c6aab71 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -12,15 +12,22 @@
android:name="android.hardware.location.gps"
android:required="false" />
-
-
+
+
+
-
-
+
+
+
-
+
+
+
+
+
@@ -41,9 +48,6 @@
-
-
@@ -124,7 +128,8 @@
android:label="@string/app_name"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateAlwaysHidden"
- android:theme="@style/AppTheme">
+ android:theme="@style/AppTheme"
+ android:exported="true">
@@ -162,7 +167,8 @@
android:resource="@xml/device_filter" />
-
+