Add javadoc for isDeferUntilActive().
Bug: 267312444 Test: TH Change-Id: I9f925b4b8eac6552378cbb5bd7669b77a27901b9
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user