Skip to content

Commit

Permalink
The missing fields in the Manisfest's file have been added
Browse files Browse the repository at this point in the history
  • Loading branch information
fesave committed Apr 19, 2022
1 parent 6b4b030 commit 938a4ab
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions owncloudApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,16 @@
<activity android:name=".presentation.ui.migration.StorageMigrationActivity" />
<activity
android:name=".ui.activity.SplashActivity"
android:theme="@style/Theme.ownCloud.Splash"
android:exported="true">
android:exported="true"
android:theme="@style/Theme.ownCloud.Splash">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".ui.activity.FileDisplayActivity"
android:exported="true"
android:theme="@style/Theme.ownCloud.Toolbar.Drawer"
android:windowSoftInputMode="adjustPan">
<intent-filter android:autoVerify="true">
Expand All @@ -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="">
<intent-filter>
<action android:name="android.intent.action.SEND" />

Expand Down Expand Up @@ -228,11 +229,11 @@
<activity android:name=".ui.activity.UploadPathActivity" />
<activity
android:name=".presentation.ui.sharing.ShareActivity"
android:exported="true"
android:label="@string/share_dialog_title"
android:launchMode="singleTop"
android:theme="@style/Theme.ownCloud"
android:windowSoftInputMode="adjustResize"
android:exported="true">
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
Expand Down Expand Up @@ -271,4 +272,4 @@
</intent-filter>
</activity>
</application>
</manifest>
</manifest>

0 comments on commit 938a4ab

Please sign in to comment.