diff options
| author | David Göransson <david.goransson90@gmail.com> | 2023-12-14 16:40:59 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-12-14 16:54:21 +0100 |
| commit | 12e904d3c8185606358d578f030772750e0fbb4f (patch) | |
| tree | 491600c19aa296fd245ac95cb7474f147f36d043 | |
| parent | faf0c0af6419bec8ef610d20cd2c3dd5267394cc (diff) | |
| download | mullvadvpn-12e904d3c8185606358d578f030772750e0fbb4f.tar.xz mullvadvpn-12e904d3c8185606358d578f030772750e0fbb4f.zip | |
Update manifest to support fullUser & adjustResize
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index feba1dabf8..d7fa4b0263 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -34,8 +34,8 @@ android:exported="true" android:launchMode="singleTask" android:configChanges="orientation|screenSize|screenLayout" - android:screenOrientation="locked" - android:windowSoftInputMode="adjustPan"> + android:screenOrientation="fullUser" + android:windowSoftInputMode="adjustResize"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> |
