From d35bf1f5eb26ad36d4bd6ce26d8bd4d79c498575 Mon Sep 17 00:00:00 2001 From: Alon Albert Date: Thu, 18 Apr 2013 14:26:51 -0700 Subject: [PATCH] Add Javadoc Bug: 8657225 Change-Id: Id3cc191ea67011460604a691214b9b09075c5938 --- core/java/android/provider/Settings.java | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 88ee414bd371f..d2cae99e04d74 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -714,6 +714,17 @@ public final class Settings { */ public static final String EXTRA_AUTHORITIES = "authorities"; + /** + * Activity Extra: Limit available options in launched activity based on the given account + * types. + *

+ * This can be passed as an extra field in an Activity Intent with one or more account types + * as a String[]. This field is used by some intents to alter the behavior of the called + * activity. + *

+ * Example: The {@link #ACTION_ADD_ACCOUNT} intent restricts the account types to the specified + * list. + */ public static final String EXTRA_ACCOUNT_TYPES = "account_types"; public static final String EXTRA_INPUT_METHOD_ID = "input_method_id";