Loading packages/Shell/src/com/android/shell/BugreportProgressService.java +2 −0 Original line number Diff line number Diff line Loading @@ -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())) { Loading Loading @@ -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()); } Loading Loading
packages/Shell/src/com/android/shell/BugreportProgressService.java +2 −0 Original line number Diff line number Diff line Loading @@ -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())) { Loading Loading @@ -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()); } Loading