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

Commit d42cef58 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Automerger Merge Worker
Browse files

Merge "Make WallpaperMS bind wallpaper component PendingIntent immutable."...

Merge "Make WallpaperMS bind wallpaper component PendingIntent immutable." into rvc-dev am: 016ea8a0

Change-Id: Ib53a1fb0fd0b1f08bca5339919dea3c4be0a48a0
parents 58f63aee 016ea8a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2743,7 +2743,7 @@ public class WallpaperManagerService extends IWallpaperManager.Stub
                    mContext, 0,
                    Intent.createChooser(new Intent(Intent.ACTION_SET_WALLPAPER),
                            mContext.getText(com.android.internal.R.string.chooser_wallpaper)),
                    0, null, new UserHandle(serviceUserId)));
                    PendingIntent.FLAG_IMMUTABLE, null, new UserHandle(serviceUserId)));
            if (!mContext.bindServiceAsUser(intent, newConn,
                    Context.BIND_AUTO_CREATE | Context.BIND_SHOWING_UI
                            | Context.BIND_FOREGROUND_SERVICE_WHILE_AWAKE