Commit 42cfb7a6 authored by yinjiacheng's avatar yinjiacheng

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

parent 92fda8fa
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.yidian.bcommon"> package="com.yidian.bcommon">
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
...@@ -15,15 +14,9 @@ ...@@ -15,15 +14,9 @@
<application> <application>
<!--高德地图配置 start --> <!--高德地图配置 start -->
<meta-data
android:name="com.amap.api.v2.apikey"
android:value="${amap_key}" />
<service android:name="com.amap.api.location.APSService" /> <service android:name="com.amap.api.location.APSService" />
<!--高德地图配置 end --> <!--高德地图配置 end -->
<activity android:name="com.yidian.bcommon.webview.PublicWebViewActivity" /> <activity android:name="com.yidian.bcommon.webview.PublicWebViewActivity" />
</application> </application>
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
package="com.yidian.shenghuoquan.broot"> package="com.yidian.shenghuoquan.broot">
<application> <application>
<!--高德地图配置 start -->
<meta-data
android:name="com.amap.api.v2.apikey"
android:value="${amap_key}" />
<!--高德地图配置 end -->
<activity <activity
android:name="com.yidian.shenghuoquan.broot.ui.FlashActivity" android:name="com.yidian.shenghuoquan.broot.ui.FlashActivity"
android:theme="@style/FlashTheme"> 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