<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.reactnativeotpautofill">
  <application>
    <receiver android:name=".OtpBroadcastReceiver" android:exported="true"
      android:permission="com.google.android.gms.auth.api.phone.permission.SEND">
      <intent-filter>
        <action android:name="com.google.android.gms.auth.api.phone.SMS_RETRIEVED"/>
      </intent-filter>
    </receiver>
  </application>
</manifest>
