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

Commit 164bf4d7 authored by Winson Chung's avatar Winson Chung
Browse files

Ensuring that Recents' orientation matches the app behind it.

Bug: 18935635
Change-Id: Idef7f3bced53811c45648f7ee8f6b612df89a231
parent b9c74ace
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -178,15 +178,6 @@
                android:excludeFromRecents="true">
        </activity>

        <receiver
            android:name=".recent.RecentsPreloadReceiver"
            android:exported="false">
            <intent-filter>
                <action android:name="com.android.systemui.recent.action.PRELOAD" />
                <action android:name="com.android.systemui.recent.action.CANCEL_PRELOAD" />
            </intent-filter>
        </receiver>

        <!-- Alternate Recents -->
        <activity android:name=".recents.RecentsActivity"
                  android:label="@string/accessibility_desc_recent_apps"
@@ -195,6 +186,7 @@
                  android:excludeFromRecents="true"
                  android:stateNotNeeded="true"
                  android:resumeWhilePausing="true"
                  android:screenOrientation="behind"
                  android:theme="@style/config_recents_activity_theme">
            <intent-filter>
                <action android:name="com.android.systemui.recents.TOGGLE_RECENTS" />