UNPKG

@hmscore/react-native-hms-push

Version:
18 lines (15 loc) 659 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.huawei.hms.rn.push"> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <application> <service android:name="com.huawei.hms.rn.push.services.MessagingHeadlessService" /> <service android:name="com.huawei.hms.rn.push.remote.HmsPushMessageService" android:exported="false"> <intent-filter> <action android:name="com.huawei.push.action.MESSAGING_EVENT" /> </intent-filter> </service> </application> </manifest>