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

Commit ba90d6dc authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Add javadoc for isDeferUntilActive().

Bug: 267312444
Test: TH
Change-Id: I9f925b4b8eac6552378cbb5bd7669b77a27901b9
parent 89708708
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -716,7 +716,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;