>>>>> "MM" == Mark Murphy <[email protected]> writes:
MM> Can you post the full stack trace? That's a rather odd error
MM> message, and I'd like to see a bit more context.
java.lang.SecurityException: Binder invocation to an incorrect interface
at android.os.Parcel.readException(Parcel.java:1218)
at android.os.Parcel.readException(Parcel.java:1206)
at
android.app.ActivityManagerProxy.getIntentSender(ActivityManagerNative.java:2053)
at android.app.PendingIntent.getActivity(PendingIntent.java:195)
at
com.jnc.zmanminder.ZMUpdateService.buildUpdate(ZMUpdateService.java:84)
at
com.jnc.zmanminder.ZMUpdateService.onHandleIntent(ZMUpdateService.java:187)
at
android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:30)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:123)
at android.os.HandlerThread.run(HandlerThread.java:60)
The code at line 84 in the buildUpdate method corresponds to this:
PendingIntent pi = PendingIntent.getActivity( this, 0, i, 0 );
--
Jake Colman -- Android Tinkerer
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en