I'm trying to launch any android ActivityRecognition example but have no success after couple of days. I installed Google Services, successfully connected to LocationServices client, installed the latest SDK, placed intent service in my app, turned on Location Services in device preferences but still - no update, no calls of onHandleIntent (btw, I placed breakpoint in the intent service's constructor and it seems that application never come there: is it normal?).
My device is XPERIA M. I tried the following code from android dev guide: http://developer.android.com/shareables/training/ActivityRecognition.zip
and from here: https://github.com/diegofigueroa/activity-recognition-sample
All code was used unaffected, except adding a meta-data tag:
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>