Trip Manager Control
Enable Trip Detection and Recording
// Enable Trip Detection using the current user's Identity
ImsTripManager.enableTripManager(context, currentIdentity);//Disable Trip Detection but do not delete pending trip files
ImsTripManager.disableTripManager(context, deleteTripFiles)Programmatically Starting and Stopping Trips
ImsTripManager.startTrip(context, 0, null)
// ...
ImsTripManager.stopTrip(context, 0, null)Last updated