diff --git a/core/java/android/app/BroadcastOptions.java b/core/java/android/app/BroadcastOptions.java index f6992c954a3c3..d3b03c0ee432d 100644 --- a/core/java/android/app/BroadcastOptions.java +++ b/core/java/android/app/BroadcastOptions.java @@ -774,7 +774,15 @@ public class BroadcastOptions extends ComponentOptions { return this; } - /** @hide */ + /** + * Returns if this broadcast should not run until the process is in an active process state. + * + * @return {@code true} if this broadcast should not run until the process is in an active + * process state. Otherwise, {@code false}. + * @see #setDeferUntilActive(boolean) + * + * @hide + */ @SystemApi public boolean isDeferUntilActive() { return mIsDeferUntilActive;