Can anyone point me at a working example of CrossProcessCursor? I am trying to create a custom object and pass it to another process over a content provider.
My code works fine inside the same process, but I get a CursorIndexOutOfBoundsException(AbstractCursor.java:559) when I try to access the content provider from another Package. Somehow the “mPos” variable is getting reset to -1 when going cross process, but I don’t yet understand the internals enough to solve this. Thanks for the help Mark --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

