Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.1
-
None
-
-
0feb052d92 (dev)
-
2024wk04FOQtforAndroid, 2024wk06FOQtforAndroid
Description
According documentation, getting value of FLASH_STATE and SENSOR_EXPOSURE_TIME on some device may return null. That is why they need to be checked before usage
Usage of those values without check may cause NullPointerException (Attempt to invoke virtual method 'int java.lang.Integer.intValue()')