Hello
i am trying this code
But app crash with this error
StartServiceAtExact not support intent
How else can I send information in StartServiceAtExact ?
Thanks!
i am trying this code
Start Intent:
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
StartServiceAtExact not support intent
How else can I send information in StartServiceAtExact ?
Thanks!
Last edited: