diff options
author | cyBerta <cyberta@riseup.net> | 2023-05-24 23:35:27 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-07-13 10:53:49 +0200 |
commit | 1591eefd653e13c9d51a34546225918d8c1cfa1c (patch) | |
tree | e5a0b4019f4a3715734d9f664cf226ef563eedf7 /app/src/main | |
parent | 2caa267277e3d515f84b3d86192c538e17509e44 (diff) |
fix for possible strandhogg task hijacking vulnerability
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
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" > |