Loading services/core/java/com/android/server/power/Notifier.java +2 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,8 @@ public class Notifier { options.setDeliveryGroupMatchingKey( UUID.randomUUID().toString(), Intent.ACTION_SCREEN_ON); // This allows the broadcast delivery to be delayed to apps in the Cached state. options.setDeferUntilActive(true); return options.toBundle(); } Loading Loading
services/core/java/com/android/server/power/Notifier.java +2 −0 Original line number Diff line number Diff line Loading @@ -240,6 +240,8 @@ public class Notifier { options.setDeliveryGroupMatchingKey( UUID.randomUUID().toString(), Intent.ACTION_SCREEN_ON); // This allows the broadcast delivery to be delayed to apps in the Cached state. options.setDeferUntilActive(true); return options.toBundle(); } Loading