Skip to content

Commit

Permalink
Added taskAffinity to application manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelplazaspalacio authored and jesmrec committed Oct 4, 2023
1 parent af2dcfb commit d6b9142
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions owncloudApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@
android:allowBackup="false"
android:icon="@mipmap/icon"
android:label="@string/app_name"
android:localeConfig="@xml/locales_config"
android:manageSpaceActivity="com.owncloud.android.ui.activity.ManageSpaceActivity"
android:networkSecurityConfig="@xml/network_security_config"
android:preserveLegacyExternalStorage="true"
android:requestLegacyExternalStorage="true"
android:resizeableActivity="true"
android:supportsPictureInPicture="false"
android:theme="@style/Theme.ownCloud.Toolbar"
android:localeConfig="@xml/locales_config">
android:taskAffinity=""
android:theme="@style/Theme.ownCloud.Toolbar">

<meta-data android:name="android.content.APP_RESTRICTIONS"
android:resource="@xml/managed_configurations" />
Expand Down

0 comments on commit d6b9142

Please sign in to comment.