add geofencing
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<receiver android:name=".geofencing.GeoFenceBroadcastReceiver"/>
|
||||
<receiver android:name=".geofencing.GeoFenceBroadcastReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.USER_PRESENT" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user