mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-02-15 08:42:49 +08:00
【修复】android平台plugin集成问题处理
This commit is contained in:
parent
9aa897a173
commit
10c2287c5a
@ -78,7 +78,7 @@
|
|||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<config-file target="AndroidManifest.xml" parent="/manifest" mode="merge">
|
<config-file target="AndroidManifest.xml" parent="/manifest">
|
||||||
<!-- Required 一些系统要求的权限,如访问网络等 -->
|
<!-- Required 一些系统要求的权限,如访问网络等 -->
|
||||||
<permission android:name="$PACKAGE_NAME.permission.JPUSH_MESSAGE"
|
<permission android:name="$PACKAGE_NAME.permission.JPUSH_MESSAGE"
|
||||||
android:protectionLevel="signature" />
|
android:protectionLevel="signature" />
|
||||||
@ -111,7 +111,7 @@
|
|||||||
<uses-permission android:name="com.hihonor.android.launcher.permission.CHANGE_BADGE" />
|
<uses-permission android:name="com.hihonor.android.launcher.permission.CHANGE_BADGE" />
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<config-file target="AndroidManifest.xml" parent="/manifest/application" mode="merge">
|
<config-file target="AndroidManifest.xml" parent="/manifest/application">
|
||||||
|
|
||||||
|
|
||||||
<!-- Rich push 核心功能 since 2.0.6-->
|
<!-- Rich push 核心功能 since 2.0.6-->
|
||||||
|
Loading…
Reference in New Issue
Block a user