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

Commit f4e51645 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7218778 from 5a2b08a5 to rvc-qpr3-release

Change-Id: Ieb72ee768557cfe426f185f7283a2a5c2c051dca
parents 143c3cd1 5a2b08a5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -784,7 +784,7 @@ public class BugreportProgressService extends Service {
        intent.setClass(context, BugreportProgressService.class);
        intent.putExtra(EXTRA_ID, info.id);
        return PendingIntent.getService(context, info.id, intent,
                PendingIntent.FLAG_UPDATE_CURRENT);
                PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE);
    }

    /**
@@ -1244,7 +1244,7 @@ public class BugreportProgressService extends Service {
                .setTicker(title)
                .setContentText(content)
                .setContentIntent(PendingIntent.getService(mContext, info.id, shareIntent,
                        PendingIntent.FLAG_UPDATE_CURRENT))
                        PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_IMMUTABLE))
                .setDeleteIntent(newCancelIntent(mContext, info));

        if (!TextUtils.isEmpty(info.getName())) {