Language

PackageInfo.IsAppMetadataVerified Property

Definition

Returns the verification status of the App Metadata of the package.

public virtual bool IsAppMetadataVerified { [Android.Runtime.Register("isAppMetadataVerified", "()Z", "GetIsAppMetadataVerifiedHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isAppMetadataVerified", "()Z", "GetIsAppMetadataVerifiedHandler", ApiSince=36)>]
member this.IsAppMetadataVerified : bool

Property Value

Attributes

Remarks

Returns the verification status of the App Metadata of the package. This status is set at the package installation time by the developer verification service provider.

Java documentation for android.content.pm.PackageInfo.isAppMetadataVerified().

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