summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Pragya Bajoria <pragyabajoria@google.com> 2024-06-04 19:52:33 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-06-04 19:52:33 +0000
commita3a0a45e6cd70815cad8d15c5075dbfdab3c17f1 (patch)
treeef6865114e071b976cf03ac8640b8440386f7f9c /libs
parent973e9d64aedb3bf31757d0cbee8d81962eff7ebf (diff)
parentb3b5b1029e06a0a6e854d7733a38cc0357f86590 (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.kt1
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