I want to know in my code whether my device uses 320-hdpi or 320-mdpi resources. Is it possible?
I gone through some examples like this but it gives me generic density pixels (like mdpi, ldpi and hdpi). But I want to know exactly which resource data is used by my device. Whether it is 320-hdpi, 320-mdpi or 320-ldpi.
Thank you in advance.