Hi,
I m a currently trying to develop an application on Android that responds to Flic2 click.
It works well when application is in foreground and responds during certain time when application is in background.
But after one hour or so in background, the application stop responding to click (Flick Button led blink orange instead of green).
I do know about Phone killing background app so :
- I have a foreground service that uses : PARTIAL_WAKE_LOCK
- I have set my app to NO RESTRICTION in battery settings
- I have set my app to START when device start
Still... it s not working..
Can someone help me with that ? Is it a flic config problem ? Is it android's OS fault ? Is it a coding issue
Thanks for your help