
  <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>
