PackageInstaller.UnarchivalErrorInsufficientStorage 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.
Caution
This constant will be removed in the future version. Use Android.Content.PM.PackageInstallerUnarchival enum directly instead of this field.
Not enough storage to unarchive the application.
[Android.Runtime.Register("UNARCHIVAL_ERROR_INSUFFICIENT_STORAGE", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageInstallerUnarchival enum directly instead of this field.", true)]
public const Android.Content.PM.PackageInstallerUnarchival UnarchivalErrorInsufficientStorage = 2;
[<Android.Runtime.Register("UNARCHIVAL_ERROR_INSUFFICIENT_STORAGE", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.PackageInstallerUnarchival enum directly instead of this field.", true)>]
val mutable UnarchivalErrorInsufficientStorage : Android.Content.PM.PackageInstallerUnarchival
Field Value
Value = 2- Attributes
Remarks
Not enough storage to unarchive the application.
The installer can optionally provide a userActionIntent
for a space-clearing dialog. If no action is provided, then a generic intent android.os.storage.StorageManager#ACTION_MANAGE_STORAGE
is started instead.
Java documentation for android.content.pm.PackageInstaller.UNARCHIVAL_ERROR_INSUFFICIENT_STORAGE
.
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.