PackageInstaller.ExtraDeveloperVerificationLitePerformed Field

Definition

An extra containing a boolean indicating whether the lite version of the developer verification was performed on the app to be installed.

[Android.Runtime.Register("EXTRA_DEVELOPER_VERIFICATION_LITE_PERFORMED", ApiSince=36)]
public const string ExtraDeveloperVerificationLitePerformed;
[<Android.Runtime.Register("EXTRA_DEVELOPER_VERIFICATION_LITE_PERFORMED", ApiSince=36)>]
val mutable ExtraDeveloperVerificationLitePerformed : string

Field Value

Attributes

Remarks

An extra containing a boolean indicating whether the lite version of the developer verification was performed on the app to be installed. It is included in the installation result returned via the IntentSender in Session#commit(IntentSender) when the installation failed.

Java documentation for android.content.pm.PackageInstaller.EXTRA_DEVELOPER_VERIFICATION_LITE_PERFORMED.

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