@woosmap/expo-plugin-geofencing-batch
Version:
Woosmap geofencing and batch integration
10 lines (9 loc) • 360 B
text/xml
<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>