summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2023-05-24 23:35:27 +0200
committercyBerta <cyberta@riseup.net>2023-07-13 10:53:49 +0200
commit1591eefd653e13c9d51a34546225918d8c1cfa1c (patch)
treee5a0b4019f4a3715734d9f664cf226ef563eedf7 /app/src
parent2caa267277e3d515f84b3d86192c538e17509e44 (diff)
fix for possible strandhogg task hijacking vulnerability
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 01eab42c..cbc06854 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -84,6 +84,7 @@
android:name=".base.StartActivity"
android:label="@string/app_name"
android:launchMode="singleTop"
+ android:taskAffinity=""
android:theme="@style/SplashTheme"
android:exported="true"
>