Activity Extra: Limit available options in launched activity based on the given authority.
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 Settings.ActionAddAccount intent restricts the account types available based on the authority given.