ContactsContract.ISettingsColumns.UngroupedWithPhones 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.
Read-only count of Contacts
from a specific source that have
no CommonDataKinds.GroupMembership
entries, and also have phone numbers.
[Android.Runtime.Register("UNGROUPED_WITH_PHONES")]
public const string UngroupedWithPhones;
[<Android.Runtime.Register("UNGROUPED_WITH_PHONES")>]
val mutable UngroupedWithPhones : string
Field Value
- Attributes
Remarks
Read-only count of Contacts
from a specific source that have no CommonDataKinds.GroupMembership
entries, and also have phone numbers.
Type: INTEGER
Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_WITH_PHONES
.
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.