Looking for Rear Camera only feature
Looking for Rear Camera only feature
You should look for the FEATURE_CAMERA_ANY
features to include all possible cameras that may be on the device. Looking for FEATURE_CAMERA
only looks for a rear facing camera, which certain large screen devices don't have, as well as newer device configurations and modes may place the device in a state where the rear camera is not available. To fix the issue, look for FEATURE_CAMERA_ANY
instead.
Issue id: UnsupportedChromeOsCameraSystemFeature
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for Android 2023.3, Qodana for JVM 2023.3 |
Plugin: | Android, 2022.3.1 Beta 2 |
Last modified: 13 July 2023