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 functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Long

The public id of this issue in the Google Issue Tracker

String

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

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

id

Added in 1.0.0-alpha01
val idLong

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.

url

Added in 1.0.0-alpha01
val urlString

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