Janfiderheld / Snake-That-MO

Projektarbeit im Fach "Mobile Systeme" von Niclas Muss & Jan-Philipp Töberg an der Technischen Hochschule Ostwestfalen-Lippe im WS18/19
Apache License 2.0
7 stars 0 forks source link

Everything File related on old Android #36

Open Janfiderheld opened 5 years ago

Janfiderheld commented 5 years ago

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 commented 5 years ago

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