I am invoking another program i have developed in eclipse to do a task
This is how i do it
Dim In As Intent
In=pm.GetApplicationIntent("com.example.printer_demo_58mm")
StartActivity(In)
I want to run the intent in hidden mode can we do this, Or How do we do this
This is how i do it
Dim In As Intent
In=pm.GetApplicationIntent("com.example.printer_demo_58mm")
StartActivity(In)
I want to run the intent in hidden mode can we do this, Or How do we do this