Requests permission to use the device's camera.
IF VideoRequestPermission() = True THEN
OpenMobileWindow(WIN_Camera)
END
Syntax
<Result> = VideoRequestPermission()
<Result>: Boolean
- True if the permission to use the video camera was granted,
- False otherwise.
Business / UI classification: UI Code
Component: wd270android.aar