Android Question [SOLVED] Are any way to know the ScheduledService list ?

vbmundo

Well-Known Member
Licensed User
Hi,

How can I know the ScheduledService list ?

I do some StartServiceAt and I'm debuging my App and need to know how are set this calls.

My App do a CancelScheduledService and StartServiceAt a lot...

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
There is no such list. You need to build it yourself.
 
Upvote 0
Top