AndroidManifest.xml 470 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="io.dcloud.uni_modules.wrsUtsPush">
  3. <application>
  4. <service android:name="uts.sdk.modules.wrsUtsPush.ModuleMyFirebaseMessagingService"
  5. android:exported="false"
  6. >
  7. <intent-filter >
  8. <action android:name="com.google.firebase.MESSAGING_EVENT"></action>
  9. </intent-filter>
  10. </service>
  11. </application>
  12. </manifest>