集成极光推送
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user