summaryrefslogtreecommitdiff
path: root/packages/Shell/src
diff options
context:
space:
mode:
authorDan Sandler <dsandler@android.com>2019-09-18 12:04:24 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-18 12:04:24 -0700
commit362e959c7d3643d1c550d044ed689856addb79eb (patch)
tree15218974a7d2c44e4611516d70ce8d7e12faac96 /packages/Shell/src
parent12a8212d5b62a3cf176be5193630e9ae74fbf76e (diff)
parent777b2325be996fe72743aa1e5971c7f4a625c7cd (diff)
Merge "Bugreport progress notification should use the bug icon." am: cb783ea2ee am: 704b11756a
am: 777b2325be Change-Id: I34c81ee801338de50e84267efceed9327414196a
Diffstat (limited to 'packages/Shell/src')
-rw-r--r--packages/Shell/src/com/android/shell/BugreportProgressService.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/Shell/src/com/android/shell/BugreportProgressService.java b/packages/Shell/src/com/android/shell/BugreportProgressService.java
index 7bdaaa167b9b..857cb2af41f6 100644
--- a/packages/Shell/src/com/android/shell/BugreportProgressService.java
+++ b/packages/Shell/src/com/android/shell/BugreportProgressService.java
@@ -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))