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

Commit 77b71635 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Fix back gesture / keycode for the PlatLogoActivity" into udc-dev

parents 7e7c4e94 eeacd7d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7751,8 +7751,9 @@
                android:process=":ui">
        </activity>
        <activity android:name="com.android.internal.app.PlatLogoActivity"
                android:theme="@style/Theme.Wallpaper.NoTitleBar.Fullscreen"
                android:theme="@style/Theme.NoTitleBar.Fullscreen"
                android:configChanges="orientation|screenSize|screenLayout|keyboardHidden"
                android:enableOnBackInvokedCallback="true"
                android:icon="@drawable/platlogo"
                android:process=":ui">
        </activity>