@hmscore/react-native-hms-push
Version:
React Native HMS Push Kit
18 lines (15 loc) • 659 B
text/xml
<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>