Re: [android-beginners] Visibility

2010-06-11 Thread Aviral Shrivastava
Hi Mark, It worked, totally in the manner I intended it to. Thanks a lot for your help. On Thu, Jun 10, 2010 at 5:59 PM, Mark Murphy wrote: > Aviral Shrivastava wrote: > > HI... > > Thanks for the info... > > > > I want to remove the icon of the application that I have installed and > > want to g

Re: [android-beginners] Visibility

2010-06-10 Thread Mark Murphy
Aviral Shrivastava wrote: > HI... > Thanks for the info... > > I want to remove the icon of the application that I have installed and > want to get it back depending upon my choice. That is, the apk should > remain in the system. But a user should not be able to access it by > normal conventional

Re: [android-beginners] Visibility

2010-06-10 Thread Aviral Shrivastava
HI... Thanks for the info... I want to remove the icon of the application that I have installed and want to get it back depending upon my choice. That is, the apk should remain in the system. But a user should not be able to access it by normal conventional means. Later, he should have the choice

Re: [android-beginners] Visibility

2010-06-09 Thread Justin Anderson
I don't think that is possible because the manifest is part of the signed APK. Changing that would invalidate the signature. Why would you want to do that anyway? -- There are only 10 types of people in the world... Those who k

Re: [android-beginners] Visibility

2010-06-09 Thread Aviral Shrivastava
Hi Kostya Thanks a lot for the info... But is it possible to access AndroidManifest.xml from the code.. What I want to ask is... Can I remove launcher categories for the activity(from AndroidManifest.xml) while I am still running the application.? the next time, it should not show the icon... Than

Re: [android-beginners] Visibility

2010-06-09 Thread Kostya Vasilyev
This is controlled in the manifest file. Just remove launcher categories for the activity. 09.06.2010 13:47 пользователь "Aviral" написал: I noticed that we can set a view invisible by using setvisibility() function. Is it possible to do so for drawables also? I want to hide an application icon

[android-beginners] Visibility

2010-06-09 Thread Aviral
I noticed that we can set a view invisible by using setvisibility() function. Is it possible to do so for drawables also? I want to hide an application icon which I have installed. Is it possible?? -- You received this message because you are subscribed to the Google Groups "Android Beginners" gr