문제

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