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

Commit de93b104 authored by Wei Liu's avatar Wei Liu Committed by Android Git Automerger
Browse files

am a940f865: Merge "Hide bug report notification in Android Framework from...

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

* commit 'a940f865':
  Hide bug report notification in Android Framework from watches.
parents 8cdb0bc0 a940f865
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));