summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Philip P. Moltmann <moltmann@google.com> 2017-04-29 05:14:36 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-04-29 05:14:41 +0000
commit09d8db03810c6de6e4bebd2fff96aebabe4b1888 (patch)
tree449a094a522a49ca78b14a1b1fde409d3b2a6ca5
parent183b47653840d55c3e22d2ccd11985155196d326 (diff)
parenta30d6e0d5bf17f0df941f29ff2e25364c23f83ff (diff)
Merge "Add constant for autofill-service-add URL" into oc-dev
-rwxr-xr-xcore/java/android/provider/Settings.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 78a7ea31183d..95be39bdbd93 100755
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -6622,6 +6622,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.
* <p>