android: mark the Activity prepared for multi-window configration changes

Updates tailscale/tailscale#431 (improves ChromeOS resizing)

Signed-off-by: Elias Naur <mail@eliasnaur.com>
pull/2/head
Elias Naur 4 years ago
parent 9f512ee510
commit eb6c345667

@ -9,7 +9,7 @@
<activity android:name="org.gioui.GioActivity"
android:label="Tailscale"
android:theme="@style/Theme.GioApp"
android:configChanges="orientation|keyboardHidden"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize|keyboardHidden"
android:windowSoftInputMode="adjustResize"
android:launchMode="singleTask">
<intent-filter>

Loading…
Cancel
Save