]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/commitdiff
Set app to handle orientation changes internally.
authorSoren Stoutner <soren@stoutner.com>
Thu, 24 Sep 2015 23:59:31 +0000 (16:59 -0700)
committerSoren Stoutner <soren@stoutner.com>
Thu, 24 Sep 2015 23:59:31 +0000 (16:59 -0700)
app/src/main/AndroidManifest.xml

index 7774f930fa936f6c18f83db132306d6803d481cd..6e2fc2d8686ff607e41be5543a61bc4201f11f78 100644 (file)
@@ -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>