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

Commit cc591168 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Show notification ticker for finished bugreports." into jb-mr2-dev

parents 90179dc6 e37e9ba3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ public class BugreportReceiver extends BroadcastReceiver {
        final Notification.Builder builder = new Notification.Builder(context);
        builder.setSmallIcon(com.android.internal.R.drawable.stat_sys_adb);
        builder.setContentTitle(context.getString(R.string.bugreport_finished_title));
        builder.setTicker(context.getString(R.string.bugreport_finished_title));
        builder.setContentText(context.getString(R.string.bugreport_finished_text));
        builder.setContentIntent(PendingIntent.getActivity(
                context, 0, notifIntent, PendingIntent.FLAG_CANCEL_CURRENT));