diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-01-08 17:42:10 +0100 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-01-08 17:42:10 +0100 |
| commit | e7f11f1609b86d588a094b537af833a7ba5b5929 (patch) | |
| tree | 1927c06df3e3ab83d11dbcfa869889df36d006a2 /android/app/src/debug/AndroidManifest.xml | |
| parent | 63aa10fefc87e0a37bc482cccaaa56b14a2fbc59 (diff) | |
| parent | 631b411c44d0dc02d6d8843b518484396264a315 (diff) | |
| download | mullvadvpn-e7f11f1609b86d588a094b537af833a7ba5b5929.tar.xz mullvadvpn-e7f11f1609b86d588a094b537af833a7ba5b5929.zip | |
Merge branch 'change-launch-mode-from-singletask-to-singleinstance-droid-633'
Diffstat (limited to 'android/app/src/debug/AndroidManifest.xml')
| -rw-r--r-- | android/app/src/debug/AndroidManifest.xml | 2 |
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" |
