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

Commit 63d1890b authored by Rhed Jao's avatar Rhed Jao Committed by Android (Google) Code Review
Browse files

Merge "Do not buzzing for each progress of bugreport notification"

parents 8fb24aee d8b3398e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1245,6 +1245,7 @@ public class BugreportProgressService extends Service {
                .setContentText(content)
                .setContentIntent(PendingIntent.getService(mContext, info.id, shareIntent,
                        PendingIntent.FLAG_UPDATE_CURRENT))
                .setOnlyAlertOnce(false)
                .setDeleteIntent(newCancelIntent(mContext, info));

        if (!TextUtils.isEmpty(info.getName())) {
@@ -1284,6 +1285,7 @@ public class BugreportProgressService extends Service {
                .setLocalOnly(true)
                .setColor(context.getColor(
                        com.android.internal.R.color.system_notification_accent_color))
                .setOnlyAlertOnce(true)
                .extend(new Notification.TvExtender());
    }