Commit 42cfb7a6 authored by yinjiacheng's avatar yinjiacheng

update 高德meta-data配置迁移到BRoot组件

parent 92fda8fa
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.yidian.bcommon">
<uses-permission android:name="android.permission.INTERNET" />
......@@ -15,15 +14,9 @@
<application>
<!--高德地图配置 start -->
<meta-data
android:name="com.amap.api.v2.apikey"
android:value="${amap_key}" />
<service android:name="com.amap.api.location.APSService" />
<!--高德地图配置 end -->
<activity android:name="com.yidian.bcommon.webview.PublicWebViewActivity" />
</application>
......
......@@ -3,6 +3,11 @@
package="com.yidian.shenghuoquan.broot">
<application>
<!--高德地图配置 start -->
<meta-data
android:name="com.amap.api.v2.apikey"
android:value="${amap_key}" />
<!--高德地图配置 end -->
<activity
android:name="com.yidian.shenghuoquan.broot.ui.FlashActivity"
android:theme="@style/FlashTheme">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment