Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions Android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,7 @@

<service android:name="com.amap.api.location.APSService" />

<meta-data
android:name="com.amap.api.v2.apikey"
android:value="11f9728ee0c2a141663fc4b784c42a33" />
<!-- 腾讯定位服务 -->
<meta-data
android:name="TencentMapSDK"
android:value="ECSBZ-ZDNCF-4K3J4-JNWQ2-TWW37-XOFNQ" />
<!-- 百度地图key -->
<meta-data
android:name="com.baidu.lbsapi.API_KEY"
android:value="UhPZI3aQQ7un6RP8evAkXxFCtlvItawi" />

<!-- 百度地图定位服务 -->
<service
android:name="com.baidu.location.f"
Expand Down