PackageInstaller.ExtraUnarchiveStatus 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.
Current status of an unarchive operation.
[Android.Runtime.Register("EXTRA_UNARCHIVE_STATUS", ApiSince=35)]
public const string ExtraUnarchiveStatus;
[<Android.Runtime.Register("EXTRA_UNARCHIVE_STATUS", ApiSince=35)>]
val mutable ExtraUnarchiveStatus : string
Field Value
- Attributes
Remarks
Current status of an unarchive operation. Will be one of #UNARCHIVAL_OK
, #UNARCHIVAL_ERROR_USER_ACTION_NEEDED
, #UNARCHIVAL_ERROR_INSUFFICIENT_STORAGE
, #UNARCHIVAL_ERROR_NO_CONNECTIVITY
, #UNARCHIVAL_GENERIC_ERROR
, #UNARCHIVAL_ERROR_INSTALLER_DISABLED
or #UNARCHIVAL_ERROR_INSTALLER_UNINSTALLED
.
If the status is not #UNARCHIVAL_OK
, then Intent#EXTRA_INTENT
will be set with an intent for a corresponding follow-up action (e.g. storage clearing dialog) or a failure dialog.
Used as part of #requestUnarchive
to return the status of the unarchival through the IntentSender
.
Java documentation for android.content.pm.PackageInstaller.EXTRA_UNARCHIVE_STATUS
.
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.