A friendly place for Java greenhorns!
Java
Ranch
»
JavaRanch Saloon
Search
|
FAQ
|
Recent Topics
|
Hot Topics
Register
/
Login
Java
Ranch
»
Forums
»
Mobile
»
Android
Author
how to hide icon?
Pramod P Deore
Ranch Hand
Joined: Jul 15, 2008
Messages: 184
posted
Feb 02, 2010 20:51:05
hello everybody,
can we hide icon of our installed application? if yes then how?
Thanks in advance.
Life is easy because we write the source code.....
Monu Tripathi
Ranch Hand
Joined: Oct 12, 2008
Messages: 967
posted
Feb 02, 2010 21:57:02
Pramod P Deore wrote:
can we hide icon of our installed application? if yes then how?
Yes. Just make sure that none of the intent filters for your activity component have the following:
<category android:name="android.intent.category.LAUNCHER" />
[
List of FAQs
] | [
Android FAQ
] | [
My Blog
]
Pramod P Deore
Ranch Hand
Joined: Jul 15, 2008
Messages: 184
posted
Feb 02, 2010 21:57:54
Thank you Monu.
Life is easy because we write the source code.....
Java
Ranch
»
Forums
»
Mobile
»
Android
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter