I have 7 drawable folders with (7 qualifiers that is) all with the same named images, so I need to know how can I programmatically or otherwise find out which drawable folder the application is taking the images from: drawable-xhdpi, drawable-mdpi, etc?
Edit to question: There are precedence of qualifiers and situations where both drawable folders are possible candidates. For example drawable-large-mdpi and drawable-mdpi, or even the third candidate can be drawable-sw600dp if I have all three folders. I know there is a documentation on precedence of qualifiers, but I want to be sure on my conclusions