Open
Bug 1510666
Opened 6 years ago
Updated 1 year ago
Performance Warning: Obsolete SDK_INT Version Check
Categories
(GeckoView :: General, defect, P5)
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: fluffyemily, Assigned: Logan)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 obsolete file)
This check flags version checks that are not necessary, because the minSdkVersion (or surrounding known API level) is already at least as high as the version checked for.
Similarly, it also looks for resources in -vNN folders, such as values-v14 where the version qualifier is less than or equal to the minSdkVersion, where the contents should be merged into the best folder.
Affected Classes:
AndroidGamepadManager
VideoCaptureDeviceInfoAndroid
Updated•6 years ago
|
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•2 years ago
|
Severity: normal → S3
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → loganrosen
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9345230 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•