Merge "docs: Updated #ACTION_REQUEST_SET_AUTOFILL_SERVICE description" into oc-dev am: 8e644a7510

am: 73f94e7896

Change-Id: I5f6181c026d443357226f6b7e5332a754b130476
This commit is contained in:
Ricardo Loo
2017-07-19 04:52:24 +00:00
committed by android-build-merger

View File

@@ -1437,10 +1437,10 @@ public final class Settings {
* to the caller package.
*
* <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#isAutofillSupported()} first, and only
* broadcast this intent if they return {@code false} and {@code true} respectively.
* {@link android.view.autofill.AutofillManager#isAutofillSupported()}, and only use this action
* to start an activity if they return {@code false} and {@code true} respectively.
*/
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
public static final String ACTION_REQUEST_SET_AUTOFILL_SERVICE =