Saturday, May 15, 2010

Re: [android-developers] Suggestions for how to deal with IMEs ignoring flags?

Steve Gores-Todd wrote:
> This was bugging me the last few days so I went ahead and ran a few
> tests. Neither System.getProperties() nor System.getenv() provide any
> useful information to determine what platform you on during run-time. If
> anyone out there has any other ideas I'd be interested in hearing them.

One idea is for you to not hijack other people's threads. Your questions
have nothing to do with "Suggestions for how to deal with IMEs ignoring
flags".

If you want to know what device you are running on, you can find that
out via the android.os.Build class.

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.0
Available!

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

No comments:

Post a Comment