diff options
| author | 2024-06-04 19:52:33 +0000 | |
|---|---|---|
| committer | 2024-06-04 19:52:33 +0000 | |
| commit | a3a0a45e6cd70815cad8d15c5075dbfdab3c17f1 (patch) | |
| tree | ef6865114e071b976cf03ac8640b8440386f7f9c /libs | |
| parent | 973e9d64aedb3bf31757d0cbee8d81962eff7ebf (diff) | |
| parent | b3b5b1029e06a0a6e854d7733a38cc0357f86590 (diff) | |
Merge "Revert "Set desktop wallpaper activity `avoid move to front`"" into main
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt b/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt index 94931fe60801..14c9999a2fef 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt @@ -788,7 +788,6 @@ class DesktopTasksController( val intent = Intent(context, DesktopWallpaperActivity::class.java) val options = ActivityOptions.makeBasic().apply { - setAvoidMoveToFront() isPendingIntentBackgroundActivityLaunchAllowedByPermission = true pendingIntentBackgroundActivityStartMode = ActivityOptions.MODE_BACKGROUND_ACTIVITY_START_ALLOWED |