Skip to content
Snippets Groups Projects
Commit 5cdf04d8 authored by Dan Ballard's avatar Dan Ballard
Browse files

fixup! Disable features and functionality

bug 42407: lock task affinity of HomeActivity to block potential on app phishing
parent 46eccd26
No related branches found
No related tags found
1 merge request!66Bug 42407: lock task affinity of HomeActivity to block potential on app phishing
......@@ -96,6 +96,7 @@
android:exported="true"
android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize|layoutDirection|smallestScreenSize|screenLayout"
android:launchMode="singleTask"
android:taskAffinity=""
android:resizeableActivity="true"
android:supportsPictureInPicture="true"
android:windowSoftInputMode="adjustResize">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment