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

Everything File related on old Android #36

Open
Janfiderheld opened this issue Feb 16, 2019 · 1 comment
Open

Everything File related on old Android #36

Janfiderheld opened this issue Feb 16, 2019 · 1 comment
Labels
BUG! Something isn't working Logic Feature which has to do with the logic of the game

Comments

@Janfiderheld
Copy link
Owner

On my fathers phone (Android 5.1.1.) everything related to files does not work. The app does not crash, but it has the permission given by default. But this default permission is not recognized by our current checkWritingPermission-method. Someone should look into it

@Janfiderheld Janfiderheld added the BUG! Something isn't working label Feb 16, 2019
@Janfiderheld Janfiderheld added this to the Version 2.0 milestone Feb 16, 2019
@Janfiderheld
Copy link
Owner Author

The Permission-Handling we used only works since Android 6. So we have two options:

  1. Make the app only usable by devices with android >= 6
  2. Implement the old way of handling

@Janfiderheld Janfiderheld removed this from the Version 2.0 milestone Mar 6, 2019
@Janfiderheld Janfiderheld added the Logic Feature which has to do with the logic of the game label Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG! Something isn't working Logic Feature which has to do with the logic of the game
Projects
None yet
Development

No branches or pull requests

1 participant