I was working on google's activity recognition and finally I got results from this service.
However, The function requestActivityUpdates(long detectionIntervalMillis, PendingIntent callbackIntent)
doesn't seem to work correctly. The detection interval is not regular and decreases to 30~50 seconds when my current activity is changing. It doesn't work like the live demo on google I/O 2013 (Google I/O 2013 Location API, from 27:47 to 28:45). Does anyone have same issue on it?