Skip to content

Commit 5a0e754

Browse files
authored
Merge pull request #111 from simple-login/fix/strandhogg-mitigations
fix: standhogg mitigations
2 parents 65f47f0 + 3790f40 commit 5a0e754

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

SimpleLogin/app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
android:label="@string/app_name"
2727
android:roundIcon="@mipmap/ic_launcher_round"
2828
android:supportsRtl="true"
29+
android:taskAffinity=""
2930
android:theme="@style/AppTheme">
3031

3132
<activity android:name=".module.startup.StartupActivity"
@@ -88,12 +89,13 @@
8889
/>
8990
</intent-filter>
9091
</activity>
91-
<activity android:name=".module.login.VerificationActivity" />
92-
<activity android:name=".module.login.SignUpActivity" />
93-
<activity android:name=".module.login.AboutActivity" />
92+
<activity android:name=".module.login.VerificationActivity" android:launchMode="singleInstance" />
93+
<activity android:name=".module.login.SignUpActivity" android:launchMode="singleInstance" />
94+
<activity android:name=".module.login.AboutActivity" android:launchMode="singleInstance" />
9495

9596
<!--ShareActivity-->
9697
<activity android:name=".module.share.ShareActivity"
98+
android:launchMode="singleInstance"
9799
android:exported="true">
98100
<intent-filter>
99101
<action android:name="android.intent.action.SEND" />

0 commit comments

Comments
 (0)