Skip to content

Commit bee2f4a

Browse files
committed
fix android. version 3.2.6
1 parent 396ada0 commit bee2f4a

3 files changed

Lines changed: 4 additions & 68 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Changelog
22

3-
## [3.2.4] - 2026-02-06
3+
## [3.2.6] - 2026-02-06
44

55
### Changed
6-
- **iOS**:改为通过 CocoaPods 自动集成 JPush SDK(`JPushRN.podspec``s.dependency 'JPush','6.0.1'`
6+
- **iOS**:改为通过 CocoaPods 自动集成 JPush SDK(`JPushRN.podspec``s.dependency 'JPush','6.0.0'`
77
- **Android**:改为通过 Gradle 自动集成 JPush SDK(`android/build.gradle``implementation 'cn.jiguang.sdk:jpush:6.0.1'`
8-
- 插件版本从 3.2.2 升级到 3.2.4
98

109

1110
## [3.2.2] - 2026-01-27

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -22,47 +22,12 @@
2222
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
2323
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />
2424
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
25-
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
2625
<uses-permission android:name="android.permission.GET_TASKS" />
2726
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
2827
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
2928
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
3029
<application>
31-
<activity
32-
android:name="cn.jpush.android.ui.PopWinActivity"
33-
android:exported="true"
34-
android:theme="@style/MyDialogStyle" >
35-
<intent-filter>
36-
<category android:name="android.intent.category.DEFAULT" />
37-
<action android:name="cn.jpush.android.ui.PopWinActivity" />
38-
<category android:name="${applicationId}" />
39-
</intent-filter>
40-
</activity>
41-
42-
<activity
43-
android:name="cn.jpush.android.ui.PushActivity"
44-
android:configChanges="orientation|keyboardHidden"
45-
android:exported="true"
46-
android:theme="@android:style/Theme.NoTitleBar">
47-
<intent-filter>
48-
<action android:name="cn.jpush.android.ui.PushActivity" />
4930

50-
<category android:name="android.intent.category.DEFAULT" />
51-
<category android:name="${applicationId}" />
52-
</intent-filter>
53-
</activity>
54-
55-
<activity
56-
android:name="cn.jpush.android.service.JNotifyActivity"
57-
android:exported="true"
58-
android:taskAffinity=""
59-
android:theme="@style/JPushTheme">
60-
<intent-filter>
61-
<action android:name="cn.jpush.android.intent.JNotifyActivity" />
62-
<category android:name="android.intent.category.DEFAULT" /><!--Required SDK核心功能 since 4.2.2-->
63-
<category android:name="${applicationId}" />
64-
</intent-filter>
65-
</activity>
6631
<receiver
6732
android:name=".receiver.JPushModuleReceiver"
6833
android:enabled="true"
@@ -83,35 +48,7 @@
8348
</intent-filter>
8449
</receiver>
8550

86-
<receiver android:name="cn.jpush.android.service.SchedulerReceiver" android:exported="false"/>
87-
<!-- since 4.6.0 Required SDK核心功能 -->
88-
<activity
89-
android:name="cn.android.service.JTransitActivity"
90-
android:exported="true"
91-
android:taskAffinity=""
92-
android:theme="@style/JPushTheme" >
93-
<intent-filter>
94-
<action android:name="cn.android.service.JTransitActivity" />
95-
<category android:name="android.intent.category.DEFAULT"/>
96-
<category android:name="${applicationId}" />
97-
</intent-filter>
98-
</activity>
99-
<activity android:name="cn.jpush.android.service.DActivity"
100-
android:enabled="true"
101-
android:exported="true"
102-
android:theme="@android:style/Theme.Translucent.NoTitleBar"
103-
android:taskAffinity="">
104-
<intent-filter>
105-
<action android:name="cn.jpush.android.intent.DActivity"/>
106-
<category android:name="${applicationId}" />
107-
</intent-filter>
108-
</activity>
109-
<provider
110-
android:name="cn.jpush.android.service.InitProvider"
111-
android:authorities="${applicationId}.jiguang.InitProvider"
112-
android:exported="false"
113-
android:readPermission="${applicationId}.permission.JPUSH_MESSAGE"
114-
android:writePermission="${applicationId}.permission.JPUSH_MESSAGE" />
51+
11552
</application>
11653

11754
</manifest>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "index.d.ts",
77
"license": "ISC",
88
"author": "wicked.tc130",
9-
"version": "3.2.5",
9+
"version": "3.2.6",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)