PackageInstaller.ExtraDeveloperVerificationLitePerformed 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.
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.
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.