On Fri, Jan 20, 2012 at 10:51 PM, Dhaval Varia <dhavalkva...@gmail.com> wrote:
> i m getting all the times answer no..
> then why android is this mch popular?
>

In general, you should pretend like the "home" key doesn't exist.
Think of it as being a meta key, you don't use it to interact with
your app, the user uses it with their phone, and the platform dictates
how it behaves.

Typically people who want to do things they shouldn't lack a
fundamental understanding of the android way of doing things.  The
model is heavily sandboxed, you don't get full access to the entire
platform as you can on a windows machine, it just doesn't work like
that.  The *default* is to give you a restricted set of options, and
then you can request access to more options..

But in this case, you just shouldn't act like the home key is there..
In general being able to mess around with the home key would be
considered a violation.

kris

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to