<manifest xmlns:android="http://schemas.android.com/apk/res/android">

    <uses-permission android:name="com.symbol.datawedge.api.PERMISSION" />

    <application>
        <receiver
            android:name=".RNDataWedgeIntentsModule$genericReceiver"
            android:exported="true">
            <intent-filter>
                <action android:name="com.symbol.datawedge.api.RESULT_ACTION"/>
                <action android:name="com.koobin.koobinaccess.ACTION"/>
            </intent-filter>
        </receiver>
    </application>
</manifest>