Hello:
I need my application still running in the background, so I looked to services examples, I found "MyLocation" and I modified it to have a notification every 10s. Unfortunately, it didn't works, Any help is appreciated.
Thank you
Hello:
I need my application still running in the background, so I looked to services examples, I found "MyLocation" and I modified it to have a notification every 10s. Unfortunately, it didn't works, Any help is appreciated.
Thank you
There are 2 issues in your project.
1. You have to add AddPermission(android.permission.ACCESS_FINE_LOCATION) in your manifest
2. You should initialize timer1 event name "timer1" instead of "timer1_Tick" in your module Tracker.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.