<manifest
  xmlns:android="http://schemas.android.com/apk/res/android"
  package="dev.djara.expounifiedpush">
  <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
  <application>
    <service android:name=".ExpoUPService" android:exported="false">
      <intent-filter>
        <action android:name="org.unifiedpush.android.connector.PUSH_EVENT" />
      </intent-filter>
    </service>
  </application>
</manifest>
