Files
MoGoEagleEye/libraries/map-amap/src/main/AndroidManifest.xml
wangcongtao 73cc90c609 add product
2020-02-13 19:02:01 +08:00

9 lines
253 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mogo.map.impl.amap">
<application>
<!--定位服务-->
<service android:name="com.amap.api.location.APSService" />
</application>
</manifest>