File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
docs/html/guide/topics/providers Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -280,11 +280,9 @@ Calendars.ACCOUNT_NAME}, you must also include
280280{@link android.provider.CalendarContract.Calendars#ACCOUNT_TYPE Calendars.ACCOUNT_TYPE}
281281in the selection. That is because a given account is
282282only considered unique given both its <code>ACCOUNT_NAME</code> and its
283- <code>ACCOUNT_TYPE</code>. The <code>ACCOUNT_TYPE</code> refers to the way that
284- the account is being synced. It is often but not always the domain. For
285- example, an account could be synced through a corporate pop3 sync adapter, in which
286- case the <code>ACCOUNT_TYPE</code> would not be a domain. There is also a
287- special type of account called {@link
283+ <code>ACCOUNT_TYPE</code>. The <code>ACCOUNT_TYPE</code> is the string corresponding to the
284+ account authenticator that was used when the account was registered with the
285+ {@link android.accounts.AccountManager}. There is also a special type of account called {@link
288286android.provider.CalendarContract#ACCOUNT_TYPE_LOCAL} for calendars not
289287associated with a device account. {@link
290288android.provider.CalendarContract#ACCOUNT_TYPE_LOCAL} accounts do not get
You can’t perform that action at this time.
0 commit comments