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

Commit e7648cde authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Lock landscape orientation in touchpad tutorial and OOBE" into main

parents 1b938dc9 ac61bc5f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -480,6 +480,7 @@

        <activity android:name=".touchpad.tutorial.ui.view.TouchpadTutorialActivity"
            android:exported="true"
            android:screenOrientation="userLandscape"
            android:theme="@style/Theme.AppCompat.NoActionBar">
            <intent-filter>
                <action android:name="com.android.systemui.action.TOUCHPAD_TUTORIAL"/>
@@ -489,6 +490,7 @@

        <activity android:name=".inputdevice.tutorial.ui.view.KeyboardTouchpadTutorialActivity"
            android:exported="true"
            android:screenOrientation="userLandscape"
            android:theme="@style/Theme.AppCompat.NoActionBar">
            <intent-filter>
                <action android:name="com.android.systemui.action.TOUCHPAD_KEYBOARD_TUTORIAL"/>