Compartilhar via


PackageInstaller.UnarchivalErrorNoConnectivity Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.PM.PackageInstallerUnarchival enum directly instead of this field.

The device is not connected to the internet

[Android.Runtime.Register("UNARCHIVAL_ERROR_NO_CONNECTIVITY", 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 UnarchivalErrorNoConnectivity = 3;
[<Android.Runtime.Register("UNARCHIVAL_ERROR_NO_CONNECTIVITY", 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 UnarchivalErrorNoConnectivity : Android.Content.PM.PackageInstallerUnarchival

Field Value

Value = 3
Attributes

Remarks

The device is not connected to the internet

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

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