arcgis-runtime-toolkit-android icon indicating copy to clipboard operation
arcgis-runtime-toolkit-android copied to clipboard

Flyover mode does not request Camera permission

Open LDuncAndroid opened this issue 5 years ago • 0 comments

When a user is attempting to implement "Flyover" mode and sets app:renderVideoFeed="false" in XML, the Camera permission isn't requested as it is assumed that the user does not want to see the camera, though ARCore requires this permission to enable tracking and ARCore is used in Flyover mode when available.

Remove renderVideoFeed flag from https://github.com/Esri/arcgis-runtime-toolkit-android/blob/master/arcgis-android-toolkit/src/main/java/com/esri/arcgisruntime/toolkit/ar/ArcGISArView.kt#L562

LDuncAndroid avatar Oct 29 '19 13:10 LDuncAndroid