SecUSo / privacy-friendly-sudoku

Privacy Friendly App to play Sudoku on Android.
https://secuso.org/pfa-sudoku
GNU General Public License v3.0
144 stars 55 forks source link

upgrade to targetSdkVersion 28 #51

Closed chamzaoui closed 4 years ago

chamzaoui commented 4 years ago

Hello, When I use targetSdkVersion 26 the application works fine in my smart phone but once I change it to targetSdkVersion 28 it goes throw the tutorial and then crashed. Any Idea about this issue? Chaker

Kamuno commented 4 years ago

You only need to add the FOREGROUND_SERVICE permission and it should work as it is required by the new API versions

chamzaoui commented 4 years ago

Thanks, I try it but the app still crashed every time I pass the game tutorial.

Kamuno commented 4 years ago

We will have to upgrade to target sdk 28 anyways. We will take a closer look at this.