-
Notifications
You must be signed in to change notification settings - Fork 0
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
While trying to share avatar onRequestPermissionsResult leads to NPE #4
Comments
Here is the share, line 172 is the
This might be a permission issue? Maybe it's the new ScopedStorage related permission changes? https://developer.android.com/about/versions/10/privacy/changes#scoped-storage https://developer.android.com/training/data-storage#scoped-storage ? I wonder if as a workaround reverting target SDK level to API 28 would help. I assume that with the new permissions I cannot simply get a URI of the file. |
Maybe I should look into FileProvider. Also check if the file permissions are handled well. |
Seeing this in App Store crash reports. Call stack:
https://play.google.com/console/u/0/developers/7696534728259995393/app/4972777259653312467/vitals/crashes/ce0e7156/details?installedFrom=PLAY_STORE&days=30
besides those there is also:
The text was updated successfully, but these errors were encountered: