SigningInfo.VersionJar Field

Definition

Caution

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

JAR signing (v1 scheme).

[Android.Runtime.Register("VERSION_JAR", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.SigningInfoVersion enum directly instead of this field.", true)]
public const Android.Content.PM.SigningInfoVersion VersionJar = 1;
[<Android.Runtime.Register("VERSION_JAR", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.SigningInfoVersion enum directly instead of this field.", true)>]
val mutable VersionJar : Android.Content.PM.SigningInfoVersion

Field Value

Value = 1

Implements

Attributes

Remarks

JAR signing (v1 scheme). See https://source.android.com/docs/security/features/apksigning#v1.

Java documentation for android.content.pm.SigningInfo.VERSION_JAR.

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