Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android hidden app [duplicate]

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,

like image 233
TN888 Avatar asked Apr 23 '26 23:04

TN888


2 Answers

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.

like image 177
Matt Taylor Avatar answered Apr 26 '26 14:04

Matt Taylor


This looks like an answer to your needs: http://androidsnips.blogspot.com/2011/11/create-android-application-with-no.html?m=0

like image 21
turnt Avatar answered Apr 26 '26 13:04

turnt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!