Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバイスのピクセル深度(色数)を取得できるかどうか知りたいのですが。DisplayMetricsを使用すると、解像度を知ることができます...
DisplayMetrics metrics = new DisplayMetrics(); getWindowManager().getDefaultDisplay().getMetrics(metrics);
しかし、どこでピクセル深度を見つけることができますか?