Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 968a80bc authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Add javadoc for isDeferUntilActive()."

parents 90a663fa ba90d6dc
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -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;