version:2.0.1.9
update:2020.08.1 fix:修复强制安装应用重复下载,禁止升级应用卸载后无法安装 add:增加测试图标,多版本打包
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
<!-- Required -->
|
||||
<permission
|
||||
android:name="${JPUSH_PKGNAME}.permission.JPUSH_MESSAGE"
|
||||
android:protectionLevel="signature" /> <!-- Required -->
|
||||
android:protectionLevel="signature" />
|
||||
<!-- Required -->
|
||||
<uses-permission android:name="${JPUSH_PKGNAME}.permission.JPUSH_MESSAGE" />
|
||||
<uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
@@ -109,7 +110,7 @@
|
||||
<action android:name="android.intent.action.BATTERY_OKAY" />
|
||||
<action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
|
||||
<action android:name="android.intent.action.DATE_CHANGED" />
|
||||
<action android:name="android.intent.action.TIME_TICK" />
|
||||
<action android:name="android.intent.action.ACTION_TIMEZONE_CHANGED" />
|
||||
<action android:name="android.intent.action.USER_PRESENT" />
|
||||
<action android:name="android.intent.action.SCREEN_ON" />
|
||||
<action android:name="android.intent.action.SCREEN_OFF" />
|
||||
@@ -291,7 +292,7 @@
|
||||
android:value="developer-default" /> <!-- Required. AppKey copied from Portal -->
|
||||
<meta-data
|
||||
android:name="JPUSH_APPKEY"
|
||||
android:value="20f70bbeb78bad23eddd08d0" />
|
||||
android:value="${JPUSH_APPKEY}" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user