您的位置:首页 > 移动开发 > Android开发

关于在安卓开发中百度地图功能不能实现定位。

2014-11-26 17:31 417 查看
需要在AndroidMainfest.xml文件中添加如下代码:

<service
android:name="com.baidu.location.f"
android:enabled="true"
android:process=":remote" >
<intent-filter>
<action android:name="com.baidu.location.service_v2.2" >
</action>
</intent-filter>
</service>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android
相关文章推荐