ContactsContract.Data.ExtraAddressBookIndex Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add this query parameter to a URI to get back row counts grouped by the address book index as cursor extras.
[Android.Runtime.Register("EXTRA_ADDRESS_BOOK_INDEX")]
public const string ExtraAddressBookIndex;
[<Android.Runtime.Register("EXTRA_ADDRESS_BOOK_INDEX")>]
val mutable ExtraAddressBookIndex : string
Field Value
- Attributes
Remarks
Add this query parameter to a URI to get back row counts grouped by the address book index as cursor extras. For most languages it is the first letter of the sort key. This parameter does not affect the main content of the cursor.
Android reference for android.provider.ContactsContract.Data.EXTRA_ADDRESS_BOOK_INDEX.
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.