-
Notifications
You must be signed in to change notification settings - Fork 166
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
image not save #47
Comments
Sorry for the issue. I'll check when I get time, this may need some time please aware.. |
@bigdevi Sorry for my late response. I could not reproduce, can you let me know your steps to reproduce? Thanks. |
Hi @chinalwb, java.lang.SecurityException: Permission Denial: opening provider com.android.externalstorage.ExternalStorageProvider from ProcessRecord{126da800 6308:com.app.learn/u0a61} (pid=6308, uid=10061) requires android.permission.MANAGE_DOCUMENTS or android.permission.MANAGE_DOCUMENTS. Editor is working fine. Then I am saving html in database and on loading html from database is causing problem for image. Please look into it ASAP. Thanks. |
I'll check but looks the exception seems like you should add the specified permission to your manifest file. |
We cannot add permission for MANAGE_DOCUMENTS in apps which are not system app. It seems we cannot access gallery document by the URL that we have saved. Or requires to save image in local directory of app. |
Are you not getting this issue while reopening ARE after saving some image? Your demo app also not included any special permission regarding this and even after adding MANAGE_DOCUMENTS permission, I am getting same error. |
Yes, I know this. No schedule for fixing this in this community version. Waiting for the commercial version please. |
try to insert image, in edit mode, image is show. but when it save. no image url in html.
The text was updated successfully, but these errors were encountered: