Hi,

Sony Xperia first release don't have google Map API, now they updated
google Map API in X10

Nithin

On Aug 4, 7:18 am, Dianne Hackborn <hack...@android.com> wrote:
> As far as I know, yes, but this is not a guarantee.  This is not something
> you need to worry about, because to use the maps API you need to have
> <uses-library> in your manifest, and Market will then hide your app from
> devices that don't have the library.
>
> You can also do this yourself on newer platforms by making the library
> optional and when running use the normal Java facilities to check if the
> maps APIs are available in your ClassLoader.
>
> On Mon, Aug 2, 2010 at 9:06 PM, Jingwen Xiong <jeanie_...@hotmail.com>wrote:
>
>
>
> > Hi all,
>
> > I am currently developing an android application that uses android
> > google map API.
> > I am wondering does all android devices support this add-on api??
> > If not, how could I detect wheter the device support or doesn't
> > support map API programatically.
>
> > Any comments and suggestion are welcome.
>
> > Thanks very much!
>
> > Jingwen
>
> > --
> > 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<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> hack...@android.com
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.

-- 
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