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

Denied Permission --> Crash #31

Closed Janfiderheld closed 5 years ago

Janfiderheld commented 5 years ago

When the user denies the permission to access the storage, the app crashes. This should be handled better!

Janfiderheld commented 5 years ago

Handling idea: Interface for memory Controller which is used by the current implementation and a new one which is used when the user does not give permission

Janfiderheld commented 5 years ago

Added a new Controller, which is used until the writing permission is given (via a button in the highscore-screen). This Controller is not depending on files but saves locally (which gets deleted when the app is closed)