Udostępnij za pośrednictwem


Intent.ExtraArchival Field

Definition

Used as a boolean extra field in android.content.Intent#ACTION_PACKAGE_ADDED and android.content.Intent#ACTION_PACKAGE_REMOVED intents to indicate that the package is being archived.

[Android.Runtime.Register("EXTRA_ARCHIVAL", ApiSince=35)]
public const string ExtraArchival;
[<Android.Runtime.Register("EXTRA_ARCHIVAL", ApiSince=35)>]
val mutable ExtraArchival : string

Field Value

Implements

Attributes

Remarks

Used as a boolean extra field in android.content.Intent#ACTION_PACKAGE_ADDED and android.content.Intent#ACTION_PACKAGE_REMOVED intents to indicate that the package is being archived. Either by removing the existing APK, or by installing a package without an APK.

Java documentation for android.content.Intent.EXTRA_ARCHIVAL.

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