基于腾讯信鸽。
$ cordova plugin add https://github.com/iiunknown/cordova.xinge.git
<!-- 【必须】 通知service,此选项有助于提高抵达率 -->
<service
android:name="com.tencent.android.tpush.rpc.XGRemoteService"
android:exported="true" >
<intent-filter>
<action android:name="应用包名.PUSH_ACTION" />
</intent-filter>
</service>