Commit d8853347 authored by chengkun's avatar chengkun

add receiver package in vivo push

parent a842b31f
...@@ -31,9 +31,11 @@ ...@@ -31,9 +31,11 @@
<application> <application>
<receiver <receiver
android:name=".push.vivopush.VivoPushMessageReiceiver" android:name=".push.vivopush.receiver.VivoPushMessageReiceiver"
android:enabled="true" android:enabled="true"
android:exported="true"></receiver> android:exported="true">
</receiver>
<meta-data <meta-data
android:name="com.huawei.hms.client.channel.androidMarket" android:name="com.huawei.hms.client.channel.androidMarket"
......
package com.yidian.shenghuoquan.bpush.push.vivopush package com.yidian.shenghuoquan.bpush.push.vivopush.receiver
import android.content.BroadcastReceiver import android.content.BroadcastReceiver
import android.content.Context import android.content.Context
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment