更新androidsdk到v428

This commit is contained in:
JoshLi 2021-07-28 11:17:08 +08:00
parent bc9e441fe2
commit aeee619eab
23 changed files with 15 additions and 12 deletions

View File

@ -265,7 +265,7 @@
<table>
<tr>
<td>
<input type="text" id="mobileNumberText" />
<input type="number" id="mobileNumberText" />
</td>
</tr>
</table>

View File

@ -215,16 +215,18 @@
</receiver>
<!--since 3.3.0 Required SDK核心功能-->
<activity
android:name="cn.jpush.android.service.JNotifyActivity"
android:exported="true"
android:taskAffinity="jpush.custom"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
<action android:name="cn.jpush.android.intent.JNotifyActivity" />
<category android:name="$PACKAGE_NAME" />
</intent-filter>
</activity>
<activity
android:name="cn.jpush.android.service.JNotifyActivity"
android:exported="true"
android:taskAffinity="jpush.custom"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
<action android:name="cn.jpush.android.intent.JNotifyActivity" />
<category android:name="android.intent.category.DEFAULT" /><!--Required SDK核心功能 since 4.2.2-->
<category android:name="$PACKAGE_NAME" />
</intent-filter>
</activity>
<!-- since 3.3.0 Required SDK 核心功能-->
<!-- 可配置android:process参数将PushService放在其他进程中 -->
@ -259,12 +261,13 @@
</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/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/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"
target="res/drawable/jpush_richpush_btn_selector.xml" />

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 551 B

View File

Before

Width:  |  Height:  |  Size: 591 B

After

Width:  |  Height:  |  Size: 591 B

View File

Before

Width:  |  Height:  |  Size: 759 B

After

Width:  |  Height:  |  Size: 759 B

View File

Before

Width:  |  Height:  |  Size: 695 B

After

Width:  |  Height:  |  Size: 695 B

View File

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 181 B

View File

View File

0
src/android/res/layout-v21/push_notification.xml Normal file → Executable file
View File

0
src/android/res/layout-v21/push_notification_large.xml Normal file → Executable file
View File

View File

0
src/android/res/layout/jpush_inapp_banner.xml Normal file → Executable file
View File

0
src/android/res/layout/jpush_popwin_layout.xml Normal file → Executable file
View File

0
src/android/res/layout/jpush_webview_layout.xml Normal file → Executable file
View File

0
src/android/res/layout/push_notification.xml Normal file → Executable file
View File

0
src/android/res/layout/push_notification_large.xml Normal file → Executable file
View File

0
src/android/res/layout/push_notification_middle.xml Normal file → Executable file
View File

0
src/android/res/values-zh/jpush_string.xml Normal file → Executable file
View File

0
src/android/res/values/jpush_string.xml Normal file → Executable file
View File

0
src/android/res/values/jpush_style.xml Normal file → Executable file
View File