ContactsContract.QuickContact.ActionQuickContact 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.
Action used to launch the system contacts application and bring up a QuickContact dialog
for the provided Contacts
entry.
[Android.Runtime.Register("ACTION_QUICK_CONTACT")]
public const string ActionQuickContact;
[<Android.Runtime.Register("ACTION_QUICK_CONTACT")>]
val mutable ActionQuickContact : string
Field Value
- Attributes
Remarks
Action used to launch the system contacts application and bring up a QuickContact dialog for the provided Contacts
entry.
Java documentation for android.provider.ContactsContract.QuickContact.ACTION_QUICK_CONTACT
.
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.