Desktop windowing wallpaper
* Remove Launcher state manipulation from `DesktopVisibilityController` * Remove Taskbar state updates for desktop mode in `LauncherTaskbarUIController` * Update app widget animation for Home transision * Update `RemoteTargetGluer` remote targets setup for Dekstop mode Bug: 309014605 Flag: ACONFIG com.android.window.flags.enable_desktop_windowing_wallpaper_activity DEVELOPMENT Test: manual Change-Id: Ie2a7ad214a4d4e7e642d1236f2375ba6d17f3781
This commit is contained in:
@@ -837,6 +837,7 @@ public class TaskbarLauncherStateController {
|
||||
appendFlag(result, flags, FLAG_LAUNCHER_WAS_ACTIVE_WHILE_AWAKE,
|
||||
"was_active_while_awake");
|
||||
appendFlag(result, flags, FLAG_DEVICE_LOCKED, "device_locked");
|
||||
appendFlag(result, flags, FLAG_TASKBAR_HIDDEN, "taskbar_hidden");
|
||||
return result.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user