-
Notifications
You must be signed in to change notification settings - Fork 39
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
Failed to use legacy storage on Android 12 after upgrading to version 10.5.1 #386
Comments
Hello @raymondctc
to override Let us know if that worked for you or you have any concerns, |
We are closing this issue for now, please don't hesitate to get back to us if you still have any problem. |
@MShannan Luckily we happened to notice in the merged built manifest files that weird This broke our file picker in production, and made us waste lot's of hours trying to figure out what was wrong. Also, you mention Android privacy changes. Are there any plans to implement those Android privacy changes to your library instead of working around it (and breaking our projects by using I admit I feel a bit frustrated right now, because we're using your library to fix bugs, not create more. Thank you |
Upon adding that line. Remove Android max version. I'm not able to generate release build. Getting this error. "The prefix tools for attribute tools:remove associated with an element type uses-permission is not bound". Can someone help. Anyone faced this issue. ? |
Steps to Reproduce the Problem
Expected Behavior
WRITER_EXTERNAL_STORAGE
should not have the attributeandroid:maxSdkVersion=28
appended.Actual Behavior
WRITER_EXTERNAL_STORAGE
has the attributeandroid:maxSdkVersion=28
appended, which causes our app not functioning and it's not expected.Left is the
AndroidManifest.xml
after upgrading to 10.5.1, right is theAndroidManifest.xml
from 10.4.2. (Decompiled from our APK)Instabug integration code
SDK Version
Android Version
Device Model
[Optional] Project That Reproduces the Issue
The text was updated successfully, but these errors were encountered: