Windows 8 - request camera permission after its failure

I am writing an application that should use a camera. The first time you do this, it asks the user for permission to use the camera.

If they click "Block", is there an application in this case to re-request this permission? Or should they uninstall and reinstall the application?

+5
source share
1 answer

As recommended, your application should tell them how to enable the function, and not make the permission window show.

Your application should inform the user that the function is disabled, and that they can enable this feature using the application settings.

" .  , . , ".

:

""

, , , . , .

+7

All Articles