benbahrenburg / benCoding.AlarmManager

Titanium Module for working with the Android AlarmManager
Other
98 stars 84 forks source link

Process for background service #46

Open khanhtran3005 opened 10 years ago

khanhtran3005 commented 10 years ago

Hi Ben, I'm using this module to register a background service to check new feeds on my server. I works fine until I swipe app (clear recent app). After doing that, I've check on running app (in setting) I see that "0 processes and 1 service" -- "restarting" and my service does not keep running. So how can I provide process for the service if I clear recent app.

Sony LT29i Android 4.3

m1ga commented 10 years ago

have a look here: https://github.com/benbahrenburg/benCoding.AlarmManager/issues/30

khanhtran3005 commented 9 years ago

Thank you! However, the problem is still unsolved.