diff options
| author | Stephen Bird <sbird@cyngn.com> | 2015-06-29 11:54:32 -0700 |
|---|---|---|
| committer | Stephen Bird <sbird@cyngn.com> | 2015-07-17 09:56:16 -0700 |
| commit | 1b57d88ad06c2b4836b2b49400dcf019fc976982 (patch) | |
| tree | a194e16bc1dffe2eec96937e946a8fe4a7c64316 | |
| parent | f6a214094043b6de4150f4b33933c3dbbf5eec71 (diff) | |
| download | android_packages_apps_CMFileManager-1b57d88ad06c2b4836b2b49400dcf019fc976982.tar.gz android_packages_apps_CMFileManager-1b57d88ad06c2b4836b2b49400dcf019fc976982.tar.bz2 android_packages_apps_CMFileManager-1b57d88ad06c2b4836b2b49400dcf019fc976982.zip | |
configurationChanged: Don't handle the orientation change in our main Activity
Let file manager redraw its actionbar on rotate.
Otherwise, strange things happen with popupwindows
Change-Id: I3c88e6df92251e895030bb80e4f3d7417716f505
(cherry picked from commit 8cd911bf2fd48aa9a1479486bff82a702cc37165)
(cherry picked from commit 25c26ac8ac712f4d365499e62d74d8799f4ec433)
| -rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cf4027d1..b7371884 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -83,7 +83,7 @@ android:uiOptions="none" android:theme="@style/FileManager.Theme.Material.Light.NoActionBar" android:windowSoftInputMode="adjustNothing" - android:configChanges="orientation|keyboardHidden|screenSize" + android:configChanges="keyboardHidden|screenSize" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> |
