Share via


Build.Partition.Fingerprint Property

Definition

The build fingerprint of this partition, see Build#FINGERPRINT.

public virtual string Fingerprint { [Android.Runtime.Register("getFingerprint", "()Ljava/lang/String;", "GetGetFingerprintHandler", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getFingerprint", "()Ljava/lang/String;", "GetGetFingerprintHandler", ApiSince=29)>]
member this.Fingerprint : string

Property Value

Attributes

Remarks

The build fingerprint of this partition, see Build#FINGERPRINT.

Java documentation for android.os.Build.Partition.getFingerprint().

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