From: Soren Stoutner <soren@stoutner.com> Date: Thu, 24 Sep 2015 23:59:31 +0000 (-0700) Subject: Set app to handle orientation changes internally. X-Git-Tag: v1.0~52 X-Git-Url: https://gitweb.stoutner.com/?a=commitdiff_plain;h=7cc1c12670be8b9b8ae398527358b9337fceaf5e;p=PrivacyBrowserAndroid.git Set app to handle orientation changes internally. --- diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7774f930..6e2fc2d8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -12,6 +12,7 @@ android:theme="@style/AppTheme" > <activity android:name=".Webview" + android:configChanges="orientation|screenSize" android:label="@string/privacy_browser" android:windowSoftInputMode="stateAlwaysHidden"> <intent-filter>