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

Commit 630f991c authored by Dan Sandler's avatar Dan Sandler Committed by android-build-merger
Browse files

Merge "Bugreport progress notification should use the bug icon." am:...

Merge "Bugreport progress notification should use the bug icon." am: cb783ea2 am: 704b1175 am: 777b2325
am: 362e959c

Change-Id: I161186cbfef27ace50349d60b1726ef3ba6d1932
parents f555e9de 362e959c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1264,9 +1264,7 @@ public class BugreportProgressService extends Service {
        }
        return new Notification.Builder(context, NOTIFICATION_CHANNEL_ID)
                .addExtras(sNotificationBundle)
                .setSmallIcon(
                        isTv(context) ? R.drawable.ic_bug_report_black_24dp
                                : com.android.internal.R.drawable.stat_sys_adb)
                .setSmallIcon(R.drawable.ic_bug_report_black_24dp)
                .setLocalOnly(true)
                .setColor(context.getColor(
                        com.android.internal.R.color.system_notification_accent_color))