问题
I'm trying to determine the color depth of the screen to convert some images to RGB565 if necessary.
Any help is appreciated.
Thanks
回答1:
try getWindowManager().getDefaultDisplay().getPixelFormat()
.
See getPixelFormat(), PixelFormat
来源:https://stackoverflow.com/questions/11589607/determine-screen-color-depth-in-android