From 938a4aba8e7bf7b8f27881bc4c5c7b4ea57fb65b Mon Sep 17 00:00:00 2001 From: Fernando Sanz Date: Tue, 19 Apr 2022 10:39:21 +0200 Subject: [PATCH] The missing fields in the Manisfest's file have been added --- owncloudApp/src/main/AndroidManifest.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/owncloudApp/src/main/AndroidManifest.xml b/owncloudApp/src/main/AndroidManifest.xml index 6c330a95e916..a1e181e5b6fb 100644 --- a/owncloudApp/src/main/AndroidManifest.xml +++ b/owncloudApp/src/main/AndroidManifest.xml @@ -76,8 +76,8 @@ + android:exported="true" + android:theme="@style/Theme.ownCloud.Splash"> @@ -85,6 +85,7 @@ @@ -109,8 +110,8 @@ android:name=".ui.activity.ReceiveExternalFilesActivity" android:configChanges="orientation|screenSize" android:excludeFromRecents="true" - android:taskAffinity="" - android:exported="true"> + android:exported="true" + android:taskAffinity=""> @@ -228,11 +229,11 @@ + android:windowSoftInputMode="adjustResize"> @@ -271,4 +272,4 @@ - \ No newline at end of file +