<manifest xmlns:android="http://schemas.android.com/apk/res/android">
    <application>
        <receiver android:name=".GeofencingEventsReceiver" android:exported="true">
            <intent-filter>
                <action android:name="com.woosmap.action.GEOFENCE_TRIGGERED" />
            </intent-filter>
        </receiver>
    </application>
</manifest>
