集成极光推送

This commit is contained in:
jinyuer
2021-04-16 16:36:35 +08:00
parent 7840d87bc3
commit ca62cd201d
8 changed files with 74 additions and 0 deletions

View File

@@ -78,6 +78,26 @@
<!-- <queries>-->
<!-- <package android:name="com.tencent.mm" />-->
<!-- </queries>-->
<receiver
android:name=".push.MyReceiver"
android:enabled="true"
android:exported="false">
<intent-filter>
<action android:name="cn.jpush.android.intent.RECEIVE_MESSAGE" />
<category android:name="com.sl.house_property" />
</intent-filter>
</receiver>
<service
android:name=".push.XService"
android:enabled="true"
android:exported="false"
android:process=":pushcore">
<intent-filter>
<action android:name="cn.jiguang.user.service.action" />
</intent-filter>
</service>
<provider
android:name="com.sl.house_property.ImagePickerProvider"
android:authorities="${applicationId}.provider"