I'd like to know if it's possible to get the pixel depth (number of colours) of a device. with DisplayMetrics it is possible to know the resolution...

DisplayMetrics metrics = new DisplayMetrics();
getWindowManager().getDefaultDisplay().getMetrics(metrics);

But where can I find the pixel depth ?

link|improve this question

33% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.