Skip to content

Commit f71c65f

Browse files
committed
The missing fields in the Manisfest's file have been added
1 parent 80d5a83 commit f71c65f

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

owncloudApp/src/main/AndroidManifest.xml

+8-7
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,16 @@
7676
<activity android:name=".presentation.ui.migration.StorageMigrationActivity" />
7777
<activity
7878
android:name=".ui.activity.SplashActivity"
79-
android:theme="@style/Theme.ownCloud.Splash"
80-
android:exported="true">
79+
android:exported="true"
80+
android:theme="@style/Theme.ownCloud.Splash">
8181
<intent-filter>
8282
<action android:name="android.intent.action.MAIN" />
8383
<category android:name="android.intent.category.LAUNCHER" />
8484
</intent-filter>
8585
</activity>
8686
<activity
8787
android:name=".ui.activity.FileDisplayActivity"
88+
android:exported="true"
8889
android:theme="@style/Theme.ownCloud.Toolbar.Drawer"
8990
android:windowSoftInputMode="adjustPan">
9091
<intent-filter android:autoVerify="true">
@@ -109,8 +110,8 @@
109110
android:name=".ui.activity.ReceiveExternalFilesActivity"
110111
android:configChanges="orientation|screenSize"
111112
android:excludeFromRecents="true"
112-
android:taskAffinity=""
113-
android:exported="true">
113+
android:exported="true"
114+
android:taskAffinity="">
114115
<intent-filter>
115116
<action android:name="android.intent.action.SEND" />
116117

@@ -228,11 +229,11 @@
228229
<activity android:name=".ui.activity.UploadPathActivity" />
229230
<activity
230231
android:name=".presentation.ui.sharing.ShareActivity"
232+
android:exported="true"
231233
android:label="@string/share_dialog_title"
232234
android:launchMode="singleTop"
233235
android:theme="@style/Theme.ownCloud"
234-
android:windowSoftInputMode="adjustResize"
235-
android:exported="true">
236+
android:windowSoftInputMode="adjustResize">
236237
<intent-filter>
237238
<action android:name="android.intent.action.SEARCH" />
238239
</intent-filter>
@@ -271,4 +272,4 @@
271272
</intent-filter>
272273
</activity>
273274
</application>
274-
</manifest>
275+
</manifest>

0 commit comments

Comments
 (0)