Вопрос

I'm trying to determine the color depth of the screen to convert some images to RGB565 if necessary.

Any help is appreciated.

Thanks

Это было полезно?

Решение

try getWindowManager().getDefaultDisplay().getPixelFormat(). See getPixelFormat(), PixelFormat

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top