Question

Possible Duplicate:
Application without app icon

I want to create security - app. I want to hide the icon of app on launcher (user can't see them) after configuration. I tried to use service, but this isn't good solution, because I see still icon . I heard about editing mainfest, but i can't make them.Please, help me, and don't remove my post. Thanks,

Was it helpful?

OTHER TIPS

One possible way is removing the line

<category android:name="android.intent.category.LAUNCHER">

from your manifest, which tells Android that the activity you've put it into should appear in the launcher.

HOWEVER, it's not a good idea to hide your application from the launcher, as then the average user won't know how to find it to reconfigure/remove it as necessary.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top