gxc
2019-12-03 642fcdaeb496d9a8f3154e17fd76005be3fcf197
ZigbeeApp/GateWay.Droid/Properties/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.hdl.home" android:versionCode="2019111201" android:installLocation="auto" android:versionName="1.0.19111201">
   <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="26" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.hdl.home" android:versionCode="2019112901" android:installLocation="auto" android:versionName="1.0.19112901">
   <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="26" />
   <permission android:name="com.hdl.home.permission.JPUSH_MESSAGE" android:protectionLevel="signature" />
   <uses-permission android:name="android.permission.WAKE_LOCK" />
   <!--8.0权限-->
@@ -164,5 +164,7 @@
      <meta-data android:name="JPUSH_APPKEY" android:value="f4a3322fbc45e58d04c85191" />
      <!--  </>值来自开发者平台取得的AppKey-->
      <!-- 极光推送结束 -->
      <!-- 设置高德地图key -->
      <meta-data android:name="com.amap.api.v2.apikey" android:value="1f753413955012c9594c5df69eaa0aff" />
   </application>
</manifest>