summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wale Ogunwale <ogunwale@google.com> 2016-01-25 19:04:20 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-01-25 19:04:20 +0000
commit5a5877d52ef3c4ac437d93e2b4ec1a117a5de5a0 (patch)
tree3aa3d19a412bd94055087ee9c8343ba372d8621c
parent83b09fb9194e80c4eba86f5a65aad2d0b8bf036d (diff)
parent133f299c164474927c784da971951d5e0cf228df (diff)
Merge "Removed handling of layoutDirection configuration change"
-rw-r--r--packages/SystemUI/AndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml
index 4cdfcb49e44c..21abb901cb9a 100644
--- a/packages/SystemUI/AndroidManifest.xml
+++ b/packages/SystemUI/AndroidManifest.xml
@@ -229,7 +229,7 @@
android:resumeWhilePausing="true"
android:screenOrientation="behind"
android:resizeableActivity="true"
- android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|layoutDirection"
+ android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
android:theme="@style/RecentsTheme.Wallpaper">
<intent-filter>
<action android:name="com.android.systemui.recents.TOGGLE_RECENTS" />
@@ -321,7 +321,7 @@
android:exported="true"
android:theme="@style/PipTheme"
android:launchMode="singleTop"
- android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|layoutDirection"
+ android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:resizeable="true"
android:supportsPictureInPicture="true"
androidprv:alwaysFocusable="true"
@@ -331,7 +331,7 @@
android:exported="true"
android:theme="@style/PipTheme"
android:launchMode="singleTop"
- android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|layoutDirection"
+ android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:resizeable="true"
android:supportsPictureInPicture="true"
android:excludeFromRecents="true" />