@hmscore/react-native-hwpush
Version:
React Native HMS Push Kit
16 lines (13 loc) • 478 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.huawei.hms.push">
<application>
<service
android:name="com.huawei.hms.push.react.RNHmsMessageService"
android:exported="true">
<intent-filter>
<action android:name="com.huawei.push.action.MESSAGING_EVENT" />
</intent-filter>
</service>
</application>
</manifest>