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 <[email protected]>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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to