I want to start an activity when a person enters/exits a geofence(email/sms app,contacts app etc).
Is this possible?
If this is possible, the documentation suggests the following
The Intent sent from Location Services can trigger various actions in your app, but you should not have it start an activity or fragment, because components should only become visible in response to a user action. In many cases, an IntentService is a good way to handle the intent.
Can we consider the entering a geofence as an user action?