Dim i As Intent
i.Initialize("", "")
i.SetComponent(package & "/.pushservice")
i.PutExtra("MyRequest", "Register")
StartServiceAtExact(i,Datetime.now + X ,True)
But app crash with this error
(NullPointerException) java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.Class.getName()' on a null object reference
Thanks Erel sorry for my question,
I change my project to B4Xpages,
Init SQL in Main Activiy, but this is not launch in StartService
Change to init in Starter and solve problem thanks very much.