22.05.2011 20:30, Gabriel Simões пишет:
- Querying the information with the relationships I need (query only albums with mp3 files inside)
If you can do this with ContentResolver.query, that would be an great solution. I am just assuming you can't do this, hence the question.
AFAIK, you can't do joins or nested queries (or any other SQL algebra) between Content URIs.
-- Kostya Vasilyev -- http://kmansoft.wordpress.com -- 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

