public final class KnownIssue


A known issue is a public issue from the Google Issue Tracker which has a fix that might be backported to released devices, instead of only in the next Android release.

Some known issues are specific to certain form factors or even particular devices, not merely a function of the OS version or the security patch level.

BackportedFixManager.isFixed will report if the issue is fixed on a device.

KnownIssues contains constants for all known issues at the time the library was built.

Summary

Public methods

boolean
equals(Object other)
final long

The public id of this issue in the Google Issue Tracker

final @NonNull String

The url to the Google Issue Tracker for this known issue.

int
@NonNull String

Public methods

equals

public boolean equals(Object other)

getId

Added in 1.0.0-alpha01
public final long getId()

The public id of this issue in the Google Issue Tracker

Details of the issue can be found at the Google issue tracker using this id.

Ids 1 to 1023 are reserved so an 'id' never overlaps with an internal alias.

getUrl

Added in 1.0.0-alpha01
public final @NonNull String getUrl()

The url to the Google Issue Tracker for this known issue.

hashCode

public int hashCode()

toString

public @NonNull String toString()