:: shrug ::

Beats me. I thought I might learn something from the source code, but
I got nuthin'.

On Wed, Mar 30, 2011 at 12:42 PM, Jake Colman <[email protected]> wrote:
>>>>>> "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
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version
1.9.2 Available!

-- 
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

Reply via email to