OSDN Git Service

NavigationActivity: Do not reload screen on rotation
authorLuK1337 <priv.luk@gmail.com>
Sat, 15 Aug 2015 22:13:36 +0000 (00:13 +0200)
committerLuK1337 <priv.luk@gmail.com>
Sat, 15 Aug 2015 22:13:36 +0000 (00:13 +0200)
* Rotating phone sends user back to /data/media/0

Change-Id: I403734086f0051acffa8577620c77d0ad45da65b

AndroidManifest.xml

index 9e4e459..7b58d26 100644 (file)
@@ -93,7 +93,7 @@
       android:uiOptions="none"
       android:theme="@style/FileManager.Theme.Material.Light.NoActionBar"
       android:windowSoftInputMode="adjustNothing"
-      android:configChanges="keyboardHidden|screenSize"
+      android:configChanges="orientation|keyboardHidden|screenSize"
       android:exported="true">
       <intent-filter>
         <action android:name="android.intent.action.MAIN" />