> Could it be that I'm using a non-existent scheme? > I invented "context://" myself, maybe this is not a good idea?
In theory that should work, though I haven't tried it myself. I take an Occam's Razor approach to intents and filters: they should be as simple as possible, but no simpler. In your case, unless you are creating a content provider, I don't know the value of your inventing schemes and using setData(). Just put the values you need in the extras and filter on your action. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

