arcgis-runtime-toolkit-android
arcgis-runtime-toolkit-android copied to clipboard
Flyover mode does not request Camera permission
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