-
Notifications
You must be signed in to change notification settings - Fork 641
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 is not working signature bitmap #149
Comments
@Lalitchaudhary2 you will need to provide some sort of explanation for your issue. I have an app in production running on my Android10 devices working perfectly. Except for when minimizing the app which the author @gcacace is aware of. |
Change build.gradle in Example project to targetSdkVersion = 28 (Android P). Android 10 (29) doesn't permit to save pictures outside app's directory. |
as the googleplay docs say: https://developer.android.com/distribute/play-policies#:~:text=Apps%20must%20target%20API%20level,11%20(API%20level%2030). is there any workaround? Thanks |
Can you provide some kind of information on the crash? I'm using this in an app that targets sdk 30 and runs on Android 10 and 11 with no issues. |
I just added this line to my AndroidManifest and it works |
If you used Coil or Glide or other Image Loader, maybe enabled hardware acceleration, it can work after disabled it. |
No description provided.
The text was updated successfully, but these errors were encountered: