Loading services/java/com/android/server/DeviceStorageMonitorService.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -405,7 +405,7 @@ public class DeviceStorageMonitorService extends Binder { notification.setLatestEventInfo(mContext, title, details, intent); notification.setLatestEventInfo(mContext, title, details, intent); mNotificationMgr.notifyAsUser(null, LOW_MEMORY_NOTIFICATION_ID, notification, mNotificationMgr.notifyAsUser(null, LOW_MEMORY_NOTIFICATION_ID, notification, UserHandle.ALL); UserHandle.ALL); mContext.sendStickyBroadcast(mStorageLowIntent); mContext.sendStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL); } } /** /** Loading @@ -428,7 +428,7 @@ public class DeviceStorageMonitorService extends Binder { */ */ private final void sendFullNotification() { private final void sendFullNotification() { if(localLOGV) Slog.i(TAG, "Sending memory full notification"); if(localLOGV) Slog.i(TAG, "Sending memory full notification"); mContext.sendStickyBroadcast(mStorageFullIntent); mContext.sendStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL); } } /** /** Loading Loading
services/java/com/android/server/DeviceStorageMonitorService.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -405,7 +405,7 @@ public class DeviceStorageMonitorService extends Binder { notification.setLatestEventInfo(mContext, title, details, intent); notification.setLatestEventInfo(mContext, title, details, intent); mNotificationMgr.notifyAsUser(null, LOW_MEMORY_NOTIFICATION_ID, notification, mNotificationMgr.notifyAsUser(null, LOW_MEMORY_NOTIFICATION_ID, notification, UserHandle.ALL); UserHandle.ALL); mContext.sendStickyBroadcast(mStorageLowIntent); mContext.sendStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL); } } /** /** Loading @@ -428,7 +428,7 @@ public class DeviceStorageMonitorService extends Binder { */ */ private final void sendFullNotification() { private final void sendFullNotification() { if(localLOGV) Slog.i(TAG, "Sending memory full notification"); if(localLOGV) Slog.i(TAG, "Sending memory full notification"); mContext.sendStickyBroadcast(mStorageFullIntent); mContext.sendStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL); } } /** /** Loading