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

Commit e37e9ba3 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Show notification ticker for finished bugreports.

Change-Id: I7d326b0da83c3ae334739cdb8cb4ca18f948c50f
parent 952e4805
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));