What menu list you mean? The launcher drawer? That's easy: just dont
include this intent-filter:
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category
android:name="android.intent.category.LAUNCHER" />
            </intent-filter>

On 2 okt, 14:29, Ashutosh <[EMAIL PROTECTED]> wrote:
> Do any one knows how to make an application icon & its label invisible
> in menu list ?
> Please suggest.
>
> Thanks
> Ashutosh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to