Skip to content

Commit 3836c38

Browse files
committed
Update Android v428,iOS v374
1 parent 4da8d00 commit 3836c38

31 files changed

+1902
-195
lines changed
-519 KB
Binary file not shown.
538 KB
Binary file not shown.

android/src/main/AndroidManifest.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
2727
<uses-permission android:name="android.permission.GET_TASKS" />
2828
<uses-permission android:name="android.permission.VIBRATE" />
29+
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
2930

3031
<application>
3132
<activity
@@ -36,7 +37,7 @@
3637
<activity
3738
android:name="cn.jpush.android.ui.PushActivity"
3839
android:configChanges="orientation|keyboardHidden"
39-
android:exported="false"
40+
android:exported="true"
4041
android:theme="@android:style/Theme.NoTitleBar">
4142
<intent-filter>
4243
<action android:name="cn.jpush.android.ui.PushActivity" />
@@ -46,17 +47,17 @@
4647
</intent-filter>
4748
</activity>
4849

49-
<activity
50+
<activity
5051
android:name="cn.jpush.android.service.JNotifyActivity"
51-
android:exported="false"
52+
android:exported="true"
5253
android:taskAffinity="jpush.custom"
5354
android:theme="@android:style/Theme.Translucent.NoTitleBar">
5455
<intent-filter>
5556
<action android:name="cn.jpush.android.intent.JNotifyActivity" />
57+
<category android:name="android.intent.category.DEFAULT" /><!--Required SDK核心功能 since 4.2.2-->
5658
<category android:name="${applicationId}" />
5759
</intent-filter>
5860
</activity>
59-
6061
<receiver
6162
android:name=".receiver.JPushModuleReceiver"
6263
android:enabled="true"
-2.58 KB
Binary file not shown.
551 Bytes
Loading
591 Bytes
Loading
759 Bytes
Loading

android/src/main/res/drawable-hdpi/jpush_ic_richpush_actionbar_back.png

100644100755
File mode changed.

android/src/main/res/drawable-hdpi/jpush_ic_richpush_actionbar_divider.png

100644100755
File mode changed.

android/src/main/res/drawable-hdpi/jpush_richpush_btn_selector.xml

100644100755
File mode changed.

0 commit comments

Comments
 (0)