Skip to content

Commit

Permalink
MBL-1126: Task Affinity Vulnerability (StrandHogg 1.0) (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkariang committed Jan 25, 2024
1 parent 7974512 commit 615d11b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
android:label="@string/app_name"
android:exported="true"
android:launchMode="singleTop"
android:taskAffinity=""
android:theme="@style/SplashTheme">
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
Expand Down Expand Up @@ -111,6 +112,7 @@
android:name=".ui.activities.ResetPasswordActivity"
android:parentActivityName=".ui.activities.LoginActivity"
android:windowSoftInputMode="adjustResize"
android:taskAffinity=""
android:theme="@style/Login" />
<activity
android:name=".ui.activities.SetPasswordActivity"
Expand Down Expand Up @@ -201,6 +203,7 @@
android:theme="@style/SettingsActivity" />
<activity
android:name=".ui.activities.SignupActivity"
android:taskAffinity=""
android:parentActivityName=".ui.activities.LoginToutActivity"
android:windowSoftInputMode="adjustResize"
android:theme="@style/Login" />
Expand Down

0 comments on commit 615d11b

Please sign in to comment.