Skip to content
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

Open
Lalitchaudhary2 opened this issue Apr 28, 2020 · 6 comments
Open

Android 10 is not working signature bitmap #149

Lalitchaudhary2 opened this issue Apr 28, 2020 · 6 comments

Comments

@Lalitchaudhary2
Copy link

No description provided.

@PieterPicup
Copy link

@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.

@chazgps
Copy link

chazgps commented Oct 29, 2020

Change build.gradle in Example project to targetSdkVersion = 28 (Android P).

Android 10 (29) doesn't permit to save pictures outside app's directory.

@Jayrek
Copy link

Jayrek commented Dec 14, 2020

as the googleplay docs say: https://developer.android.com/distribute/play-policies#:~:text=Apps%20must%20target%20API%20level,11%20(API%20level%2030).
ALL Apps must target API level 30.
My app targetSdkVersion is 28 but cant proceed to playtore because they needs targetSdkVersion 29. When I target 29, my app will crash in Android 10 when performing signature.

is there any workaround? Thanks

@sproctor
Copy link

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.

@Jayrek
Copy link

Jayrek commented Mar 17, 2021

I just added this line to my AndroidManifest and it works
android:requestLegacyExternalStorage="true"

@xiazunyang
Copy link

xiazunyang commented Dec 14, 2021

If you used Coil or Glide or other Image Loader, maybe enabled hardware acceleration, it can work after disabled it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants