Monday, May 20, 2013

[android-developers] PendingIntents / Google Play Services

I've been playing around with User's activity recognition and noticed that even after I uninstalled the sample app, activity recognition requests are still being fired as I'm seeing the following every couple of seconds : 

05-20 23:20:22.569: W/ActivityManager(389): Unable to start service Intent { cmp=com.example.android.activityrecognition/.ActivityRecognitionIntentService (has extras) } U=0: not found

I'm seeing the same thing with the location provider. Is this normal behavior ? 
I would imagine some cleanup on PendingIntents would be done when the app is removed . 
Is this related to the fact that these request are coming from Google Play Services code and how should we deal with that ?

Thx.

--
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment