浏览代码

Merge pull request #3901 from nextcloud/hardening_manifest

Set taskAffinity to empty value on application level
Marcel Hibbe 1 年之前
父节点
当前提交
9f356a67aa
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/src/main/AndroidManifest.xml

+ 1 - 0
app/src/main/AndroidManifest.xml

@@ -91,6 +91,7 @@
         android:requestLegacyExternalStorage="true"
         android:supportsRtl="true"
         android:theme="@style/AppTheme.Launcher"
+        android:taskAffinity=""
         tools:ignore="UnusedAttribute"
         tools:replace="label, icon, theme, name, allowBackup">