Skip to content

Instantly share code, notes, and snippets.

@sessionm-docs
Created February 23, 2016 17:44
Show Gist options
  • Save sessionm-docs/5fa1d991cdb73de66adf to your computer and use it in GitHub Desktop.
Save sessionm-docs/5fa1d991cdb73de66adf to your computer and use it in GitHub Desktop.
MMC - Geofence integration
<!-- Geofence requires location permission -->
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
<!-- Keeps the processor from sleeping when a geofence event is received. -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<!-- Add geofence service inside application block -->
<application>
<service android:name="com.sessionm.api.enterprise.GeofenceIntentService" />
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment