-
Notifications
You must be signed in to change notification settings - Fork 811
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
No permissions to enable on android #1156
Comments
I'm planning on working on this ! will open a pull request at some point |
I encountered this bug recently (when trying to convert a PDF into image), but it then worked, and I can no longer reproduce this bug. When I was encountering the bug, I could still use the As for the permission issue, this app does require the permissions to read and write the external storage. However, according to https://developer.android.com/training/data-storage, these permissions have lost their effects on recent versions of Android; a new permission named As for |
I believe I tried implementing MANAGE_EXTERNAL_STORAGE. It's honestly been
a while.
I'll go back and test the newest version of the app to see if I still get
an error, because I did on my device every single time. If I do, I'll
record it. It may have to do with the specific device one uses and if, like
you mentioned, they have an older version of android. In which case, it
might not be worth it to fix the issue?
Anyhow, I will look into it more and respond.
Thanks!
…On Sat, Apr 20, 2024 at 12:22 AM sls1005 ***@***.***> wrote:
I encountered this bug recently (when trying to convert a PDF into image),
but it then worked, and I can no longer reproduce this bug. When I was
encountering the bug, I could still use the View Files option at the
buttom of the screen to pick files by names and do the conversion.
As for the permission issue, this app does require the permissions to
read and write the external storage
<https://github.com/Swati4star/Images-to-PDF/blob/master/app/src/main/AndroidManifest.xml>.
However, according to https://developer.android.com/training/data-storage,
these permissions have lost their effects on recent versions of Android; a
new permission named MANAGE_EXTERNAL_STORAGE is introduced instead, but
it isn't something a normal app should have. If the app uses the Storage
Access Framework to access files (which this app does, but possibly not in
a right way), it doesn't need to declare any permission explicitly, and
there is no permission to grant it in the Settings app; when you pick a
file, you grant the permission implicitly. See my project
<https://github.com/sls1005/FileSaver> for reference.
As for MANAGE_EXTERNAL_STORAGE, requesting it might solve the problem,
but can also be something totally wrong.
—
Reply to this email directly, view it on GitHub
<#1156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYYW23YHGHU762OXHOYW3NLY6HUORAVCNFSM6AAAAABC7LXSJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXGU2DKNBQG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi! I am experiencing the same issue on Android 13 (Fairphone 4), which makes the app unusable for me :( . I tried on latest version 9.0.1 and on 8.8.1 and both had this issue. |
Unable to select any files for conversion. No option to allow permissions other than camera. In settings there are no permissions available to select except camera, which doesn't help.
Steps to reproduce
Download app. Select allow permissions in pop-up. Select pdf convert, or convert pdf to image. Select image from file: "no permission to access this file"
Expected behaviour
Should be able to access my files
Actual behaviour
No ability to access my files, no option to allow correct permissions. Outdated support? Not up to date with latest Android versions?
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: