summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/debug
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src/debug')
-rw-r--r--android/app/src/debug/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml
index a4433cfca1..4cf2009796 100644
--- a/android/app/src/debug/AndroidManifest.xml
+++ b/android/app/src/debug/AndroidManifest.xml
@@ -16,7 +16,7 @@
tools:ignore="GoogleAppIndexingWarning">
<activity android:name="net.mullvad.mullvadvpn.TestActivity"
android:label="@string/app_name"
- android:launchMode="singleTask"
+ android:launchMode="singleInstance"
android:configChanges="orientation|screenSize|screenLayout"
android:screenOrientation="locked"
android:windowSoftInputMode="adjustPan"