version:1.9

fix:
add:
This commit is contained in:
2022-01-04 18:26:14 +08:00
parent c9e72d00fb
commit a432526311
2 changed files with 7 additions and 7 deletions

View File

@@ -60,8 +60,8 @@ android {
//新平台正式 //新平台正式
newly { newly {
flavorDimensions "default" flavorDimensions "default"
versionCode 9 versionCode 10
versionName "1.8" versionName "1.9"
/*********************************极光推送************************************/ /*********************************极光推送************************************/
manifestPlaceholders = [ manifestPlaceholders = [
JPUSH_PKGNAME: "com.aoleyun.sn", JPUSH_PKGNAME: "com.aoleyun.sn",

View File

@@ -118,12 +118,12 @@
android:enabled="true" android:enabled="true"
android:exported="true"> android:exported="true">
<intent-filter android:priority="1000"> <intent-filter android:priority="1000">
<action android:name="android.intent.action.USER_PRESENT" /> <action android:name="android.intent.action.USER_PRESENT" />
<action android:name="android.intent.action.SCREEN_ON" /> <action android:name="android.intent.action.SCREEN_ON" />
<action android:name="android.intent.action.SCREEN_OFF" /> <action android:name="android.intent.action.SCREEN_OFF" />
<data android:scheme="package" /> <data android:scheme="package" />
</intent-filter> </intent-filter>
</service> </service>
<service <service
android:name=".service.RemoteService" android:name=".service.RemoteService"