Android Question Is it possible to fix CamEx2?

Is there a way for a user to request camera access after they have already denied it on Android?

Of course, if you disable the use of Camera, you can always enable it in Settings.
But is it possible to correct the CamEx2 algorithm without manually adjusting the settings?
 

MicroDrie

Well-Known Member
Licensed User
The time when you could programmatically adjust all kinds of settings in Android is behind us. Nowadays it is generally the user who can change a program setting. You can try to entice the user to accept a setting by indicating the reduced functionality that results in a rejection.
 
Upvote 0
Top