add product

This commit is contained in:
wangcongtao
2020-02-13 19:02:01 +08:00
parent 311427bcd6
commit 73cc90c609
4 changed files with 55 additions and 13 deletions

View File

@@ -3,8 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.mogo.launcher">
<!-- android:sharedUserId="android.uid.system"-->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<application
@@ -16,7 +14,10 @@
android:supportsRtl="true"
android:theme="@style/AppTheme.App"
tools:replace="android:label">
<!-- 高德地图 -->
<meta-data
android:name="com.amap.api.v2.apikey"
android:value="a36b9f7b086fa3951bb35338a5a06dd3" />
</application>
</manifest>