Merge "Add constant for autofill-service-add URL" into oc-dev

am: 09d8db0381

Change-Id: Icddb1688c646732f2bb1739d54cd480d4465996b
This commit is contained in:
Philip P. Moltmann
2017-04-29 05:24:03 +00:00
committed by android-build-merger

View File

@@ -6621,6 +6621,13 @@ public final class Settings {
*/
public static final String PAYMENT_SERVICE_SEARCH_URI = "payment_service_search_uri";
/**
* This is the query URI for finding a auto fill service to install.
*
* @hide
*/
public static final String AUTOFILL_SERVICE_SEARCH_URI = "autofill_service_search_uri";
/**
* If enabled, apps should try to skip any introductory hints on first launch. This might
* apply to users that are already familiar with the environment or temporary users.