Język

Build.GetBackportedFixStatus(Int64) Method

Definition

The status of the backported fix for a known issue on this device.

[Android.Runtime.Register("getBackportedFixStatus", "(J)I", "", ApiSince=36)]
public static int GetBackportedFixStatus(long id);
[<Android.Runtime.Register("getBackportedFixStatus", "(J)I", "", ApiSince=36)>]
static member GetBackportedFixStatus : int64 -> int

Parameters

id
Int64

The id of the known issue to check.

Returns

#BACKPORTED_FIX_STATUS_FIXED if the known issue is fixed on this device, #BACKPORTED_FIX_STATUS_NOT_FIXED if the known issue is not fixed on this device, #BACKPORTED_FIX_STATUS_NOT_APPLICABLE if the known issue is is not applicable on this device, otherwise #BACKPORTED_FIX_STATUS_UNKNOWN.

Attributes

Remarks

The status of the backported fix for a known issue on this device.

Java documentation for android.os.Build.getBackportedFixStatus(long).

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