Loading services/core/java/com/android/server/location/gnss/GnssVisibilityControl.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
services/core/java/com/android/server/location/gnss/GnssVisibilityControl.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading