Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a5877d5 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Removed handling of layoutDirection configuration change"

parents 83b09fb9 133f299c
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -229,7 +229,7 @@
                  android:resumeWhilePausing="true"
                  android:resumeWhilePausing="true"
                  android:screenOrientation="behind"
                  android:screenOrientation="behind"
                  android:resizeableActivity="true"
                  android:resizeableActivity="true"
                  android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout|layoutDirection"
                  android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
                  android:theme="@style/RecentsTheme.Wallpaper">
                  android:theme="@style/RecentsTheme.Wallpaper">
            <intent-filter>
            <intent-filter>
                <action android:name="com.android.systemui.recents.TOGGLE_RECENTS" />
                <action android:name="com.android.systemui.recents.TOGGLE_RECENTS" />
@@ -321,7 +321,7 @@
            android:exported="true"
            android:exported="true"
            android:theme="@style/PipTheme"
            android:theme="@style/PipTheme"
            android:launchMode="singleTop"
            android:launchMode="singleTop"
            android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|layoutDirection"
            android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
            android:resizeable="true"
            android:resizeable="true"
            android:supportsPictureInPicture="true"
            android:supportsPictureInPicture="true"
            androidprv:alwaysFocusable="true"
            androidprv:alwaysFocusable="true"
@@ -331,7 +331,7 @@
            android:exported="true"
            android:exported="true"
            android:theme="@style/PipTheme"
            android:theme="@style/PipTheme"
            android:launchMode="singleTop"
            android:launchMode="singleTop"
            android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|layoutDirection"
            android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
            android:resizeable="true"
            android:resizeable="true"
            android:supportsPictureInPicture="true"
            android:supportsPictureInPicture="true"
            android:excludeFromRecents="true" />
            android:excludeFromRecents="true" />