am a940f865: Merge "Hide bug report notification in Android Framework from watches." into lmp-sprout-dev
* commit 'a940f8656d5ca6eb2d737a9a480166c760684ee0': Hide bug report notification in Android Framework from watches.
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user