-
-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 10 / 11 Permissions issue #3
Comments
still not getting URI From Camera Image |
Hey @akkie2106 this is not fixed yet, will be in |
OK |
i put this in manifest it shows me camera and files to select image but camera is still not working i'm getting null in intent data |
@Canato Sorry mate, was super busy. I updated the PR to remove some unwanted changes I had made. We don't really need the Provider or the Authority. The magic is in how we request the intent: |
@akkie2106 please open a new issue with more information. I believe I know a solution 😄 just need to be sure is the same topic |
With the new OS the permission
WRITE_EXTERNAL_STORAGE
got deprecated.And now need to use scope storage.
More here
The text was updated successfully, but these errors were encountered: