The description for EXTRA_AUTHORITIES in android.provider.Settings
says :

"This can be passed as an extra field in an Activity Intent with one
or more syncable content provider's authorities as a String[]. This
field is used by some intents to alter the behavior of the called
activity.

Example: The ACTION_ADD_ACCOUNT intent restricts the account types
available based on the authority given."

I want to show only the Corporate account type (or the activesync) to
the user. I'm unable to find what String constants need to be passed
as EXTRA_AUTHORITIES for this.

Can anyone point me to account type strings ? Or, provide an example
of restrictively launching the add accounts page ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to