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

Commit 570d695b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't tag bugreport notifications as System."

parents 2e71d2e9 85ac627e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1060,7 +1060,6 @@ public class BugreportProgressService extends Service {
        }
        return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID)
                .addExtras(sNotificationBundle)
                .setCategory(Notification.CATEGORY_SYSTEM)
                .setSmallIcon(
                        isTv(context) ? R.drawable.ic_bug_report_black_24dp
                                : com.android.internal.R.drawable.stat_sys_adb)