diff options
author | Michael Chan <mchan@android.com> | 2011-11-14 16:44:32 -0800 |
---|---|---|
committer | Michael Chan <mchan@android.com> | 2011-11-21 18:05:04 -0800 |
commit | 20bfe4e68dbdbdb3d726c260b9223f03a3c5df75 (patch) | |
tree | 11d502bc1419cba725c7605f5c60bb45822df3e0 /docs | |
parent | 07a2d831903774e07c1c6b6dd5c7c06bf8ca176a (diff) | |
download | frameworks_base-20bfe4e68dbdbdb3d726c260b9223f03a3c5df75.zip frameworks_base-20bfe4e68dbdbdb3d726c260b9223f03a3c5df75.tar.gz frameworks_base-20bfe4e68dbdbdb3d726c260b9223f03a3c5df75.tar.bz2 |
Update description of account_type
Change-Id: Id929b3a75f86aa79423a0fe0520204ac88502f5b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/providers/calendar-provider.jd | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/html/guide/topics/providers/calendar-provider.jd b/docs/html/guide/topics/providers/calendar-provider.jd index 3ab5125..d30dda4 100644 --- a/docs/html/guide/topics/providers/calendar-provider.jd +++ b/docs/html/guide/topics/providers/calendar-provider.jd @@ -280,11 +280,9 @@ Calendars.ACCOUNT_NAME}, you must also include {@link android.provider.CalendarContract.Calendars#ACCOUNT_TYPE Calendars.ACCOUNT_TYPE} in the selection. That is because a given account is only considered unique given both its <code>ACCOUNT_NAME</code> and its -<code>ACCOUNT_TYPE</code>. The <code>ACCOUNT_TYPE</code> refers to the way that -the account is being synced. It is often but not always the domain. For -example, an account could be synced through a corporate pop3 sync adapter, in which -case the <code>ACCOUNT_TYPE</code> would not be a domain. There is also a -special type of account called {@link +<code>ACCOUNT_TYPE</code>. The <code>ACCOUNT_TYPE</code> is the string corresponding to the +account authenticator that was used when the account was registered with the +{@link android.accounts.AccountManager}. There is also a special type of account called {@link android.provider.CalendarContract#ACCOUNT_TYPE_LOCAL} for calendars not associated with a device account. {@link android.provider.CalendarContract#ACCOUNT_TYPE_LOCAL} accounts do not get |