今天使用百度地图定位时一直只能定位一次,后来看文档发现还需要在AndroidManifest文件中声明一个Service组件
<service android:name="com.baidu.location.f" android:enabled="true" android:process=":remote">
</service>
今天使用百度地图定位时一直只能定位一次,后来看文档发现还需要在AndroidManifest文件中声明一个Service组件
<service android:name="com.baidu.location.f" android:enabled="true" android:process=":remote">
</service>