version:1.5.0705
bugfixes:优化报错和网络优化
This commit is contained in:
@@ -382,19 +382,20 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<!-- <service -->
|
||||
<!-- android:name=".push.alipush.AliMessageIntentService" -->
|
||||
<!-- android:exported="false"> -->
|
||||
<!-- <intent-filter> -->
|
||||
<!-- <action android:name="com.alibaba.push2.action.NOTIFICATION_OPENED" /> -->
|
||||
<!-- </intent-filter> -->
|
||||
<!-- <intent-filter> -->
|
||||
<!-- <action android:name="com.alibaba.push2.action.NOTIFICATION_REMOVED" /> -->
|
||||
<!-- </intent-filter> -->
|
||||
<!-- <intent-filter> -->
|
||||
<!-- <action android:name="com.alibaba.sdk.android.push.RECEIVE" /> -->
|
||||
<!-- </intent-filter> -->
|
||||
<!-- </service> -->
|
||||
<service
|
||||
android:name=".push.alipush.AliMessageIntentService"
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="com.alibaba.push2.action.NOTIFICATION_OPENED" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="com.alibaba.push2.action.NOTIFICATION_REMOVED" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="com.alibaba.sdk.android.push.RECEIVE" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<meta-data
|
||||
android:name=".base.CustomGlideModule"
|
||||
android:value="AppGlideModule" />
|
||||
|
||||
Reference in New Issue
Block a user