Merge "Make emergency NFW notification silent" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-13 23:57:39 +00:00
committed by Android (Google) Code Review

View File

@@ -630,7 +630,7 @@ class GnssVisibilityControl {
}
Notification.Builder builder = new Notification.Builder(mContext,
SystemNotificationChannels.NETWORK_ALERTS)
SystemNotificationChannels.NETWORK_STATUS)
.setSmallIcon(R.drawable.stat_sys_gps_on)
.setCategory(Notification.CATEGORY_SYSTEM)
.setVisibility(Notification.VISIBILITY_SECRET)