Bug 1510666 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Emily Toop (:fluffyemily) from comment #0)
> 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

Please note that the classes marked as affected here are no longer an issue. (AndroidGamepadManager, VideoCaptureDeviceInfoAndroid)
See [comment 3](https://bugzilla.mozilla.org/show_bug.cgi?id=1510666#c3) above for the class that is still affected here. (GeckoBundle)
(In reply to Emily Toop (:fluffyemily) from comment #0)
> 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

Please note that the classes marked as affected here are no longer an issue. (AndroidGamepadManager, VideoCaptureDeviceInfoAndroid)
See [comment 3](https://bugzilla.mozilla.org/show_bug.cgi?id=1510666#c3) above for the class that is still affected here. [GeckoBundle](https://searchfox.org/mozilla-central/rev/b3c85ac11d004fdb582577cd8f674efa44b0e253/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/GeckoBundle.java#963)

Back to Bug 1510666 Comment 4