tags:

views:

33

answers:

1

hi, supposing that i have created an application "MyApp" and it contains a button.When this button is clicked it should start another application say"App".this application "App" should not be available in any other part of the phone. please help me with this. thank you.

A: 

Why don't you try doing a service instead of App.

Invoke your service when needed from your app. By this, only MyApp will be visible outside.

Vinay