[android-developers] Single purpose

2011-09-22 Thread booooooooooooo
Hi all I was struckedin my single purpose application ,which mean i want disable home button in honnywell ,Is there any way to do ? please help on this thanks vinod -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Single purpose

2011-09-22 Thread Mark Murphy
Make your application the home screen, via an intent-filter that advertises support for the MAIN action and the HOME category. You will find an example home screen in your SDK. On Thu, Sep 22, 2011 at 3:14 AM, bo yada...@gmail.com wrote: Hi all I was strucked    in my single

Re: [android-developers] Single purpose

2011-09-22 Thread Taylor Alexander
Hide the system bar in honeycomb? Yes, if you have root. http://android.serverbox.ch/?p=306 No, if you don't have root. -Taylor On Thu, Sep 22, 2011 at 12:14 AM, bo yada...@gmail.com wrote: Hi all I was struckedin my single purpose application ,which mean i want disable