My app is already written, I already have an activity that opens and processes files, but it's all internal to the app. The app presents a file chooser from a single hard-coded directory on the sd card. That works okay from inside the app (assuming users know to transfer files to that directory before launching my app), but I want other apps to be able to invoke my app externally, like when you long-press a file in Linda File Manager.
My plan is to run my main activity from the broadcast receiver (from the URI somehow, although I haven't worked out the details yet), but I just don't know if I'm anywhere near that point yet. For example, with the code I showed above, my app doesn't appear in the popup menu of app options when a file is long-pressed in Linda File Manager. Lots of other apps appear, but not mine. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

