added geofencing stuff

This commit is contained in:
Sem van der Hoeven
2021-01-12 11:12:28 +01:00
parent 1a6fc6a7f0
commit e286929b77
8 changed files with 214 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<receiver android:name=".geofencing.GeoFenceBroadcastReceiver"/>
</application>
</manifest>