Hi,
I'm building an watchface application for Android (not wear).
I need that every time the screen turns on, the activity that contains the watchface must overlap all the others.
I've tried using a service where when PhoneEvents_ScreenOn event is raised call StartActivity(Main) but don't work.
Are ther other solutions?
Can you help me?
Thanks for your time!!!
F.
I'm building an watchface application for Android (not wear).
I need that every time the screen turns on, the activity that contains the watchface must overlap all the others.
I've tried using a service where when PhoneEvents_ScreenOn event is raised call StartActivity(Main) but don't work.
Are ther other solutions?
Can you help me?
Thanks for your time!!!
F.