- <?xml version="1.0" encoding="utf-8"?>
- <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.dcloud.uni_modules.wrsUtsPush">
- <application>
- <service android:name="uts.sdk.modules.wrsUtsPush.ModuleMyFirebaseMessagingService"
- android:exported="false"
- >
- <intent-filter >
- <action android:name="com.google.firebase.MESSAGING_EVENT"></action>
- </intent-filter>
- </service>
- </application>
- </manifest>
|