summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alon Albert <aalbert@google.com> 2013-04-18 21:36:32 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-04-18 21:36:33 +0000
commitadff8b7577490bbeaedcd584a19eb5310f6ccbc5 (patch)
tree8b1d86ff3387b149f91a6d68be5147d27535cbd5
parentb2df0b60d0995c760fc7ee3776caa0fc7f84066a (diff)
parentd35bf1f5eb26ad36d4bd6ce26d8bd4d79c498575 (diff)
Merge "Add Javadoc" into jb-mr2-dev
-rw-r--r--core/java/android/provider/Settings.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 3df4e99f66b4..4de5933585a3 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.
+ * <p>
+ * 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.
+ * <p>
+ * 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";