summaryrefslogtreecommitdiffstats
path: root/core/java/android/accounts/Constants.java
diff options
context:
space:
mode:
authorFred Quintana <fredq@google.com>2009-07-13 17:53:35 -0700
committerFred Quintana <fredq@google.com>2009-07-14 11:57:09 -0700
commitae4f31706fa0589ede00dfce344779a1570cd2f3 (patch)
treeb8c32cbe794191dae30d46ea03b84daa79ab3057 /core/java/android/accounts/Constants.java
parent8f779f3b70aa4d3cee0dfde57ed91886e5c5f1e5 (diff)
downloadframeworks_base-ae4f31706fa0589ede00dfce344779a1570cd2f3.zip
frameworks_base-ae4f31706fa0589ede00dfce344779a1570cd2f3.tar.gz
frameworks_base-ae4f31706fa0589ede00dfce344779a1570cd2f3.tar.bz2
- add the DIRTY and VERSION columns to the ContactsProvider2 Groups contract
- make android.accounts.AccountAuthenticator into a public constant
Diffstat (limited to 'core/java/android/accounts/Constants.java')
-rw-r--r--core/java/android/accounts/Constants.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/accounts/Constants.java b/core/java/android/accounts/Constants.java
index 4c1fa02..bb7f940 100644
--- a/core/java/android/accounts/Constants.java
+++ b/core/java/android/accounts/Constants.java
@@ -40,6 +40,13 @@ public class Constants {
public static final String ACCOUNT_AUTHENTICATOR_RESPONSE_KEY = "accountAuthenticatorResponse";
public static final String ACCOUNT_MANAGER_RESPONSE_KEY = "accountManagerResponse";
public static final String AUTH_FAILED_MESSAGE_KEY = "authFailedMessage";
+
+ public static final String AUTHENTICATOR_INTENT_ACTION =
+ "android.accounts.AccountAuthenticator";
+ public static final String AUTHENTICATOR_META_DATA_NAME =
+ "android.accounts.AccountAuthenticator";
+ public static final String AUTHENTICATOR_ATTRIBUTES_NAME = "account-authenticator";
+
/**
* Action sent as a broadcast Intent by the AccountsService
* when accounts are added to and/or removed from the device's