Loading services/devicepolicy/java/com/android/server/devicepolicy/RemoteBugreportManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,8 @@ public class RemoteBugreportManager { .setLocalOnly(true) .setContentIntent(pendingDialogIntent) .setColor(mContext.getColor( com.android.internal.R.color.system_notification_accent_color)); com.android.internal.R.color.system_notification_accent_color)) .extend(new Notification.TvExtender()); if (type == NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) { builder.setContentTitle(mContext.getString( Loading Loading
services/devicepolicy/java/com/android/server/devicepolicy/RemoteBugreportManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -149,7 +149,8 @@ public class RemoteBugreportManager { .setLocalOnly(true) .setContentIntent(pendingDialogIntent) .setColor(mContext.getColor( com.android.internal.R.color.system_notification_accent_color)); com.android.internal.R.color.system_notification_accent_color)) .extend(new Notification.TvExtender()); if (type == NOTIFICATION_BUGREPORT_ACCEPTED_NOT_FINISHED) { builder.setContentTitle(mContext.getString( Loading