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

Commit ea455c58 authored by Gyehun Jeon's avatar Gyehun Jeon Committed by Robin Lee
Browse files

Add flag to show lock wallpaper in aod state

This is a flag to show the lock wallpaper in aod state.
Currently, there is no policy for showing wallpaper for
appearing aod.

So it will be implemented so that the lock wallpaper can
be displayed when aod appears like keyguard appearing.

Bug: 361438779
Test: N/A - just a flag
Flag: com.android.window.flags.aod_transition
(cherry picked from https://partner-android-review.googlesource.com/q/commit:3ae2b96dfc5a74b92855299d51c4fcf4a18b5bb7)
Merged-In: Ibcb0b4ab5db4278380e474d1f40996de24244ff6
Change-Id: Ibcb0b4ab5db4278380e474d1f40996de24244ff6
parent 265bf0b2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -432,6 +432,13 @@ flag {
    bug: "384976265"
}

flag {
    name: "aod_transition"
    namespace: "windowing_frontend"
    description: "Support to show lock wallpaper in aod state"
    bug: "361438779"
}

flag {
    name: "check_disabled_snapshots_in_task_persister"
    namespace: "windowing_frontend"
+2 −0
Original line number Diff line number Diff line
@@ -58,6 +58,8 @@ class WindowManagerFlags {

    final boolean mEnsureWallpaperInTransitions;

    final boolean mAodTransition = Flags.aodTransition();

    /* End Available Flags */

    WindowManagerFlags() {