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

Commit e255e4e5 authored by Wei Liu's avatar Wei Liu
Browse files

Hide bug report notification in Android Framework from watches.

Bug: 17806348
Change-Id: I1a90a9bc68d8ef4ff540dbbd9e4af4bfed8a61ae
parent 3515ab80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ public class BugreportReceiver extends BroadcastReceiver {
                .setContentIntent(PendingIntent.getActivity(
                        context, 0, notifIntent, PendingIntent.FLAG_CANCEL_CURRENT))
                .setAutoCancel(true)
                .setLocalOnly(true)
                .setColor(context.getResources().getColor(
                        com.android.internal.R.color.system_notification_accent_color));