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

Commit aec98da9 authored by Ricardo Loo's avatar Ricardo Loo
Browse files

docs: Updated #ACTION_REQUEST_SET_AUTOFILL_SERVICE description

Making clear that `ACTION_REQUEST_SET_AUTOFILL_SERVICE` is an activity
action, not a broadcast action.
Test: Ran `make ds-docs -j16 and staged the change at
    http://go/dac-stage/reference/android/provider/Settings.html#ACTION_REQUEST_SET_AUTOFILL_SERVICE

BUG: 62470123
parent a89dfb54
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1422,10 +1422,10 @@ public final class Settings {
     * to the caller package.
     * to the caller package.
     *
     *
     * <p>
     * <p>
     * <b>NOTE: </b> applications should call
     * <b>NOTE: </b> Applications should call
     * {@link android.view.autofill.AutofillManager#hasEnabledAutofillServices()} and
     * {@link android.view.autofill.AutofillManager#hasEnabledAutofillServices()} and
     * {@link android.view.autofill.AutofillManager#isAutofillSupported()} first, and only
     * {@link android.view.autofill.AutofillManager#isAutofillSupported()}, and only use this action
     * broadcast this intent if they return {@code false} and {@code true} respectively.
     * to start an activity if they return {@code false} and {@code true} respectively.
     */
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_REQUEST_SET_AUTOFILL_SERVICE =
    public static final String ACTION_REQUEST_SET_AUTOFILL_SERVICE =