Share via


ContactsContract.Directory.PackageName Field

Definition

The name of the package that owns this directory.

[Android.Runtime.Register("PACKAGE_NAME")]
public const string PackageName;
[<Android.Runtime.Register("PACKAGE_NAME")>]
val mutable PackageName : string

Field Value

Attributes

Remarks

The name of the package that owns this directory. Contacts Provider fill it in with the name of the package containing the directory provider. If the package is later uninstalled, the directories it owns are automatically removed from this table.

TYPE: TEXT

Java documentation for android.provider.ContactsContract.Directory.PACKAGE_NAME.

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.

Applies to