ContactsContract.Profile.MinId 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.
The minimum ID for any entity that belongs to the profile.
[Android.Runtime.Register("MIN_ID")]
public const long MinId = 9223372034707292160;
[<Android.Runtime.Register("MIN_ID")>]
val mutable MinId : int64
Field Value
Value = 9223372034707292160- Attributes
Remarks
The minimum ID for any entity that belongs to the profile. This essentially defines an ID-space in which profile data is stored, and is used by the provider to determine whether a request via a non-profile-specific URI should be directed to the profile data rather than general contacts data, along with all the special permission checks that entails.
Callers may use #isProfileId
to check whether a specific ID falls into the set of data intended for the profile.
Java documentation for android.provider.ContactsContract.Profile.MIN_ID
.
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.