Skip to content

Instantly share code, notes, and snippets.

@nurcinozer
Created January 27, 2022 11:16
Show Gist options
  • Save nurcinozer/2203e28905a2c458b5360a1fa7edddb7 to your computer and use it in GitHub Desktop.
Save nurcinozer/2203e28905a2c458b5360a1fa7edddb7 to your computer and use it in GitHub Desktop.
<service android:name=".service.DemoHmsMessageService" android:exported="true">
<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" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment