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

Commit a940f865 authored by Wei Liu's avatar Wei Liu Committed by Android (Google) Code Review
Browse files

Merge "Hide bug report notification in Android Framework from watches." into lmp-sprout-dev

parents 15c581fa e255e4e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -92,6 +92,7 @@ public class BugreportReceiver extends BroadcastReceiver {
                .setContentIntent(PendingIntent.getActivity(
                .setContentIntent(PendingIntent.getActivity(
                        context, 0, notifIntent, PendingIntent.FLAG_CANCEL_CURRENT))
                        context, 0, notifIntent, PendingIntent.FLAG_CANCEL_CURRENT))
                .setAutoCancel(true)
                .setAutoCancel(true)
                .setLocalOnly(true)
                .setColor(context.getResources().getColor(
                .setColor(context.getResources().getColor(
                        com.android.internal.R.color.system_notification_accent_color));
                        com.android.internal.R.color.system_notification_accent_color));