76
76
<activity android : name =" .presentation.ui.migration.StorageMigrationActivity" />
77
77
<activity
78
78
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 " >
81
81
<intent-filter >
82
82
<action android : name =" android.intent.action.MAIN" />
83
83
<category android : name =" android.intent.category.LAUNCHER" />
84
84
</intent-filter >
85
85
</activity >
86
86
<activity
87
87
android : name =" .ui.activity.FileDisplayActivity"
88
+ android : exported =" true"
88
89
android : theme =" @style/Theme.ownCloud.Toolbar.Drawer"
89
90
android : windowSoftInputMode =" adjustPan" >
90
91
<intent-filter android : autoVerify =" true" >
109
110
android : name =" .ui.activity.ReceiveExternalFilesActivity"
110
111
android : configChanges =" orientation|screenSize"
111
112
android : excludeFromRecents =" true"
112
- android : taskAffinity = " "
113
- android : exported = " true " >
113
+ android : exported = " true "
114
+ android : taskAffinity = " " >
114
115
<intent-filter >
115
116
<action android : name =" android.intent.action.SEND" />
116
117
228
229
<activity android : name =" .ui.activity.UploadPathActivity" />
229
230
<activity
230
231
android : name =" .presentation.ui.sharing.ShareActivity"
232
+ android : exported =" true"
231
233
android : label =" @string/share_dialog_title"
232
234
android : launchMode =" singleTop"
233
235
android : theme =" @style/Theme.ownCloud"
234
- android : windowSoftInputMode =" adjustResize"
235
- android : exported =" true" >
236
+ android : windowSoftInputMode =" adjustResize" >
236
237
<intent-filter >
237
238
<action android : name =" android.intent.action.SEARCH" />
238
239
</intent-filter >
271
272
</intent-filter >
272
273
</activity >
273
274
</application >
274
- </manifest >
275
+ </manifest >
0 commit comments