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

This commit is contained in:
Wei Liu
2014-10-06 22:10:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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));