更新androidsdk到v428
@ -265,7 +265,7 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="mobileNumberText" />
|
<input type="number" id="mobileNumberText" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
25
plugin.xml
@ -215,16 +215,18 @@
|
|||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
<!--since 3.3.0 Required SDK核心功能-->
|
<!--since 3.3.0 Required SDK核心功能-->
|
||||||
<activity
|
|
||||||
android:name="cn.jpush.android.service.JNotifyActivity"
|
<activity
|
||||||
android:exported="true"
|
android:name="cn.jpush.android.service.JNotifyActivity"
|
||||||
android:taskAffinity="jpush.custom"
|
android:exported="true"
|
||||||
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
android:taskAffinity="jpush.custom"
|
||||||
<intent-filter>
|
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
||||||
<action android:name="cn.jpush.android.intent.JNotifyActivity" />
|
<intent-filter>
|
||||||
<category android:name="$PACKAGE_NAME" />
|
<action android:name="cn.jpush.android.intent.JNotifyActivity" />
|
||||||
</intent-filter>
|
<category android:name="android.intent.category.DEFAULT" /><!--Required SDK核心功能 since 4.2.2-->
|
||||||
</activity>
|
<category android:name="$PACKAGE_NAME" />
|
||||||
|
</intent-filter>
|
||||||
|
</activity>
|
||||||
|
|
||||||
<!-- since 3.3.0 Required SDK 核心功能-->
|
<!-- since 3.3.0 Required SDK 核心功能-->
|
||||||
<!-- 可配置android:process参数将PushService放在其他进程中 -->
|
<!-- 可配置android:process参数将PushService放在其他进程中 -->
|
||||||
@ -259,12 +261,13 @@
|
|||||||
|
|
||||||
</config-file>
|
</config-file>
|
||||||
|
|
||||||
<lib-file src="src/android/libs/jpush-android-4.1.0.jar" />
|
<lib-file src="src/android/libs/jpush-android-4.2.8.jar" />
|
||||||
|
|
||||||
<source-file src="src/android/PushService.java" target-dir="src/cn/jiguang/cordova/push" />
|
<source-file src="src/android/PushService.java" target-dir="src/cn/jiguang/cordova/push" />
|
||||||
<source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jiguang/cordova/push" />
|
<source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jiguang/cordova/push" />
|
||||||
<source-file src="src/android/JPushReceiver.java" target-dir="src/cn/jiguang/cordova/push" />
|
<source-file src="src/android/JPushReceiver.java" target-dir="src/cn/jiguang/cordova/push" />
|
||||||
<source-file src="src/android/JPushEventReceiver.java" target-dir="src/cn/jiguang/cordova/push" />
|
<source-file src="src/android/JPushEventReceiver.java" target-dir="src/cn/jiguang/cordova/push" />
|
||||||
|
<source-file src="src/android/JLogger.java" target-dir="src/cn/jiguang/cordova/push" />
|
||||||
|
|
||||||
<resource-file src="src/android/res/drawable-hdpi/jpush_richpush_btn_selector.xml"
|
<resource-file src="src/android/res/drawable-hdpi/jpush_richpush_btn_selector.xml"
|
||||||
target="res/drawable/jpush_richpush_btn_selector.xml" />
|
target="res/drawable/jpush_richpush_btn_selector.xml" />
|
||||||
|
BIN
src/android/libs/jpush-android-4.2.8.jar
Executable file
0
src/android/res/drawable-hdpi/jpush_ic_action_cancle.png
Normal file → Executable file
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 551 B |
0
src/android/res/drawable-hdpi/jpush_ic_action_close.png
Normal file → Executable file
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 591 B |
0
src/android/res/drawable-hdpi/jpush_ic_action_close2.png
Normal file → Executable file
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 759 B |
0
src/android/res/drawable-hdpi/jpush_ic_richpush_actionbar_back.png
Normal file → Executable file
Before Width: | Height: | Size: 695 B After Width: | Height: | Size: 695 B |
0
src/android/res/drawable-hdpi/jpush_ic_richpush_actionbar_divider.png
Normal file → Executable file
Before Width: | Height: | Size: 181 B After Width: | Height: | Size: 181 B |