-
Notifications
You must be signed in to change notification settings - Fork 9
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
Accessing SD card #9
Comments
Hi, |
Have screen shots of the error and of another app having to request the "QuickEdit write permission" if that helps. Just not sure how to send that. |
I was able to replicate the issue. Tried hard to grant write permission but failed. |
I tried to read that. It quickly became clear that it would take me a year
of reading and practicing to be able to do anything in the suggested boxes.
Out of my league. Thanks for taking a look.
Found several other notepad apps are struggling from the same problem. I
have move my files to the internal memory and your app works great.
F-droid does not allow users to review. If you have another sight I would
be happy to write something if that helps. Not much else I can do.
Jake O'Connor
…On 2 Oct 2017 4:55 pm, "Aario" ***@***.***> wrote:
I was able to replicate the issue. Tried hard to grant write permission
but failed.
Tried this:
https://stackoverflow.com/questions/39011657/permission-
denied-but-permission-is-set-in-manifest
Didn't work.
(checkSelfPermission(android.Manifest.permission.WRITE_EXTERNAL_STORAGE)
== PackageManager.PERMISSION_GRANTED)
Returns true but still write fails!
Tried this:
https://developer.android.com/guide/topics/providers/
document-provider.html
But couldn't understand where to start from and there is no complete
example there. Will try again later.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AdQIyLTxVx_L9Qiy7doYfX6adXWzN4Ohks5soU3YgaJpZM4OrxJQ>
.
|
I have been looking a simple text editor. I really like yours. I can get it work with the internal memory. I can select a folder on the external sd card, but when I try to save it says permission denied. I have checked storgae permission and Snotepad has write permissions. Running Andriod 7.1.1, which I think might be the problem. I use ES file explorer and it had me do an extra step to grant SD write permissions the first time I tried to modify things on the sd card. Any idea's?
The text was updated successfully, but these errors were encountered: