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 6.0 - Ask for Storage Permission #483

Closed
fti7 opened this issue Nov 10, 2015 · 1 comment
Closed

Android 6.0 - Ask for Storage Permission #483

fti7 opened this issue Nov 10, 2015 · 1 comment

Comments

@fti7
Copy link

fti7 commented Nov 10, 2015

Hi,
had some issues with a brand new Android 6.0 Device and the newest Syncthing Android (0.12.1)

The /storage/emulated/0 Folder was just empty.
After granting the App the Storage Permission manually (App -> Permissions) its now able to see the real content (not sandboxed)

I think you should ask for the Storage Permission on Startup (Android 6.0 changed its Permission Model)
On upgraded Smartphones that wouldnt happen because the old legacy permission are passed over to the new Model as an Default

Best Regards,
Frank

@Nutomic
Copy link
Contributor

Nutomic commented Nov 10, 2015

I stupidly changed the target API without testing it. I'll downgrade it until we implement the permissions handling properly

Nutomic added a commit that referenced this issue Nov 12, 2015
This reverts commit 83d63dc.

Turns out the Play Store doesn't allow target SDK downgrades.
@syncthing syncthing locked and limited conversation to collaborators Nov 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants