capacitor-hms-push-kit
Version:
Capacitor plugin for HMS push kit
18 lines (15 loc) • 502 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
>
<application>
<service
android:name="com.linknpay.capacitor.hms.push.kit.MyPushService"
android:exported="false">
<intent-filter>
<action android:name="com.huawei.push.action.MESSAGING_EVENT" />
</intent-filter>
</service>
<meta-data
android:name="push_kit_auto_init_enabled"
android:value="true" />
</application>
</manifest>