Skip to content

Commit 1e3ddad

Browse files
authored
Merge pull request #776 from RokieGodFather/master
Android jira包更新到3.6.0
2 parents a084808 + b647a14 commit 1e3ddad

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed
-227 KB
Binary file not shown.
267 KB
Binary file not shown.

android/src/main/AndroidManifest.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@
7979

8080
<receiver android:name="cn.jpush.android.service.SchedulerReceiver" android:exported="false"/>
8181

82+
<activity android:name="cn.jpush.android.service.DActivity"
83+
android:enabled="true"
84+
android:exported="true"
85+
android:theme="@android:style/Theme.Translucent.NoTitleBar"
86+
android:taskAffinity="jpush.custom">
87+
<intent-filter>
88+
<action android:name="cn.jpush.android.intent.DActivity"/>
89+
<category android:name="${applicationId}" />
90+
</intent-filter>
91+
</activity>
92+
8293
</application>
8394

8495
</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": "2.7.6",
9+
"version": "2.8.0",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/jpush/jpush-react-native"

0 commit comments

Comments
 (0)