<?xml version="1.0" encoding="utf-8"?>
<manifest package="expo.modules.adapters.braze" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
  <application android:label="@string/app_name" android:supportsRtl="true">
    <service android:name="com.braze.push.BrazeFirebaseMessagingService" android:exported="false">
      <intent-filter>
        <action android:name="com.google.firebase.MESSAGING_EVENT" />
      </intent-filter>
    </service>
  </application>
</manifest>
