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

am: 704b11756a

Change-Id: I3d4aeb73aedb280e2c60f00d126d0179944e1a65
This commit is contained in:
Dan Sandler
2019-09-18 11:50:50 -07:00
committed by android-build-merger

View File

@@ -1079,9 +1079,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))