mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +01:00
Merge pull request #3901 from nextcloud/hardening_manifest
Set taskAffinity to empty value on application level
This commit is contained in:
commit
9f356a67aa
@ -91,6 +91,7 @@
|
|||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme.Launcher"
|
android:theme="@style/AppTheme.Launcher"
|
||||||
|
android:taskAffinity=""
|
||||||
tools:ignore="UnusedAttribute"
|
tools:ignore="UnusedAttribute"
|
||||||
tools:replace="label, icon, theme, name, allowBackup">
|
tools:replace="label, icon, theme, name, allowBackup">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user