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

Commit 48350fdd authored by Yasin Kilicdere's avatar Yasin Kilicdere
Browse files

Add a flag for binding wallpaper service on its own thread.

Add a trunk stable flag for binding wallpaper service on its own
thread, instead of system_server's main handler, during a user switch.

Bug: 302100344
Test: m all_aconfig_declarations
Change-Id: I5c0b018ce40652e15d82ef338d253944922c1f17
parent dc3bdc7d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
    description: "Save guest and device policy global restrictions on the SYSTEM user's XML file."
    bug: "301067944"
}

flag {
    name: "bind_wallpaper_service_on_its_own_thread_during_a_user_switch"
    namespace: "multiuser"
    description: "Bind wallpaper service on its own thread instead of system_server's main handler during a user switch."
    bug: "302100344"
}