Thanks,
I am trying to use callsubdelayed from a service to start a sub in an activity.The log is showing "
sending message to waiting queue of uninitialized activity (start)
"
In other words its not starting the whole activity.
I guess because "Note that if you call an Activity while the whole application is in the background (no visible activities), the sub will be executed once the target activity is resumed."
I tried using Service.StartForeground but that didnt help.
does this makes sense? Is there any other way for me to do this?