ContactsContract.Directory.DirectoryAuthority Field

Definition

The authority of the Directory Provider.

[Android.Runtime.Register("DIRECTORY_AUTHORITY")]
public const string DirectoryAuthority;
[<Android.Runtime.Register("DIRECTORY_AUTHORITY")>]
val mutable DirectoryAuthority : string

Field Value

Attributes

Remarks

The authority of the Directory Provider. Contacts Provider will use this authority to forward requests to the directory provider. A directory provider can leave this column empty - Contacts Provider will fill it in.

Clients of this API should not send requests directly to this authority. All directory requests must be routed through Contacts Provider.

TYPE: text

Java documentation for android.provider.ContactsContract.Directory.DIRECTORY_AUTHORITY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to