ContactsContract.Directory.CallerPackageParamKey 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.
A query parameter that's passed to directory providers which indicates the client package name that has made the query requests.
[Android.Runtime.Register("CALLER_PACKAGE_PARAM_KEY", ApiSince=26)]
public const string CallerPackageParamKey;
[<Android.Runtime.Register("CALLER_PACKAGE_PARAM_KEY", ApiSince=26)>]
val mutable CallerPackageParamKey : string
Field Value
- Attributes
Remarks
A query parameter that's passed to directory providers which indicates the client package name that has made the query requests.
Java documentation for android.provider.ContactsContract.Directory.CALLER_PACKAGE_PARAM_KEY
.
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.