How to detect an android device whether it supports google maps API

后端 未结 8 1128
别那么骄傲
别那么骄傲 2020-12-02 16:21

I am currently developing an android application uses Google map API.

I am wondering do all android devices support map API, becuase this api is an optinal api and i

8条回答
  •  鱼传尺愫
    2020-12-02 16:29

    If you are using googlemaps in your application you should include the following in your manifest.xml inside the application tags

     
    

    This will either prevent a user from installing your application or seeing it in the market, not sure which, maybe both.

提交回复
热议问题