Build.FingerprintedPartitions Property
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.
Get build information about partitions that have a separate fingerprint defined.
public static System.Collections.Generic.IList<Android.OS.Build.Partition> FingerprintedPartitions { [Android.Runtime.Register("getFingerprintedPartitions", "()Ljava/util/List;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getFingerprintedPartitions", "()Ljava/util/List;", "", ApiSince=29)>]
static member FingerprintedPartitions : System.Collections.Generic.IList<Android.OS.Build.Partition>
Property Value
- Attributes
Remarks
Get build information about partitions that have a separate fingerprint defined.
The list includes partitions that are suitable candidates for over-the-air updates. This is not an exhaustive list of partitions on the device.
Java documentation for android.os.Build.getFingerprintedPartitions()
.
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.