Esri / Esri/arcgis-runtime-toolkit-android
Flyover mode does not request Camera permission
Open
A - Bug
ArcGISArView
- Dominant language
- Kotlin
- Stars
- 59
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.