how to start android application from my application but the application should not be visible to others -


assuming that I have created an application "MyApp" and have a button in it. When this button is clicked, it should start another application, say "app". This app "app" should not be available in any other part of the phone. Please help me with this. Thank you.

Why do not you try to do a service instead of an app?

Invite your service when necessary from your app. By this, only MyApp will appear outside.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -