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

Commit 3adcc7b7 authored by Ben Lin's avatar Ben Lin Committed by Android (Google) Code Review
Browse files

Merge "DesktopTasksController PendingIntent: Start as ONE_SHOT." into main

parents 49ce5406 7c4e7683
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1688,7 +1688,7 @@ class DesktopTasksController(
                context,
                /* requestCode= */ 0,
                intent,
                PendingIntent.FLAG_IMMUTABLE,
                PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_ONE_SHOT,
                /* options= */ null,
                UserHandle.of(userId),
            )
@@ -2745,7 +2745,7 @@ class DesktopTasksController(
                context,
                /* requestCode= */ 0,
                fillIn,
                PendingIntent.FLAG_IMMUTABLE,
                PendingIntent.FLAG_IMMUTABLE or PendingIntent.FLAG_ONE_SHOT,
                /* options= */ null,
                userHandle,
            )