victordiaz / PHONK

PHONK is a coding playground for new and old Android devices
https://phonk.app
GNU General Public License v3.0
456 stars 27 forks source link

Permission to allow location acces with background scripts #88

Closed ae3e closed 3 years ago

ae3e commented 3 years ago

Since Android 10, it looks like there's a specific permission for apps that run in background and need access to location :

ACCESS_BACKGROUND_LOCATION

So unfortunately, one of my phonk's scripts is not working anymore after I migrated from android 5 to android 10. Would it be possible to add this new permission ? Thanks

victordiaz commented 3 years ago

Sure! I can add the permission. I can create a 1.3.2 release tomorrow with the new permission so you check if it works.

I will ping you here once done :) Thanks!

victordiaz commented 3 years ago

Hi @ae3e

I uploaded a new version 1.3.2 here https://github.com/victordiaz/PHONK/releases/tag/1.3.2 The permission is added, probably you will have to allow it from the Android Settings (there is a shortcut from PHONK settings now). Let me know if does work for you since I didnt try out myself :)

ae3e commented 3 years ago

Thanks for this extra Christmas gift! 🎁 😄 Just tested and it works well as before!