python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Android 12 not showing correct permissions request screen
My app requires precise user location because it requires the user to be at specific locations to perform tasks. I have followed the documentation for the proper way to request both ACCESS_FINE_LOCATI...
Moshe Katz
Votes: 0
Answers: 1
PermissionsAndroid not returning anything
Hello I'm trying to use PermissionsAndroid to ask my user to use the Camera. Following the guide (https://reactnative.dev/docs/permissionsandroid) I did this :
const requestCameraPermission = async ()...

Estro
Votes: 0
Answers: 0
Unable to open captured image: open failed: EACCES (Permission denied)
I am working on this project for an app that can capture an image and then perform Text Recognition on the image using Google ML Toolkit. It is for my personal use only so I don't really care about &q...
kosmicow
Votes: 0
Answers: 0
Android Permissions Helper Functions
I have an activity that requires camera permission.
this activity can be called from several user configurable places in the app.
The rationale dialog and permission dialog themselves should be shown ...
jteichert
Votes: 0
Answers: 1