When my app is open it works fine. But when I use Exitapplication it doesn't seem to work. Now under running applications it shows my app with 1 process and 1 service running. This is for an alarm clock. The only code I have in my service is this
Sub Service_Start (StartingIntent As Intent)
CallSubDelayed(Main, "run_tm")
End Sub
Any ideas???
Sub Service_Start (StartingIntent As Intent)
CallSubDelayed(Main, "run_tm")
End Sub
Any ideas???