victordiaz / PHONK

PHONK is a coding playground for new and old Android devices

Home Page:https://phonk.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permission to allow location acces with background scripts

ae3e opened this issue · comments

commented

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

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!

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 :)

commented

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