Frage

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

Any help is appreciated.

Thanks

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top