Loading libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt +3 −1 Original line number Diff line number Diff line Loading @@ -976,11 +976,13 @@ class DesktopTasksController( cascadeWindow(bounds, displayLayout, displayId) } val pendingIntent = PendingIntent.getActivity( PendingIntent.getActivityAsUser( context, /* requestCode= */ 0, intent, PendingIntent.FLAG_IMMUTABLE, /* options= */ null, UserHandle.of(userId), ) val ops = ActivityOptions.fromBundle(options).apply { Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt +3 −1 Original line number Diff line number Diff line Loading @@ -976,11 +976,13 @@ class DesktopTasksController( cascadeWindow(bounds, displayLayout, displayId) } val pendingIntent = PendingIntent.getActivity( PendingIntent.getActivityAsUser( context, /* requestCode= */ 0, intent, PendingIntent.FLAG_IMMUTABLE, /* options= */ null, UserHandle.of(userId), ) val ops = ActivityOptions.fromBundle(options).apply { Loading