Android Question About startserviceAt

Peter Simpson

Expert
Licensed User
Longtime User
If you want your service to start after a reboot then you should use this. StartServiceAt in your service will then start running.

B4X:
#Region  Service Attributes 
    #StartAtBoot: True
#End Region
 
Upvote 0

Melghost

Member
Licensed User
Longtime User
So, if I want to shedule an alarm to start at, let's say, two months from now, what's the right way to do it? Do I have to test the date every boot until that day?
 
Upvote 0

Similar Threads

Top