Hi,
i've got a new problem with agk studio. I want my app to use the camera device. I've tried this in my program:
permission$ = "Camera"
RequestPermission( permission$ )
while( CheckPermission( permission$ ) = 1 )
Sync()
endwhile
do
print(checkpermission("Camera"))
sync()
loop
When I try it on my google pixel, i've got -1 on the screen. This means so that the permission has been denied. But I never have a box to ask me if I give the persmission or not to use the cam.
That's strange and I don't understand why :/
Thanx for your answers.
Buzzz
Starbuzzzz