Current ePaper displays have a very slow refresh rate compared to LCDs and OLED displays, so they can be detected using the value provided by Display.getRefreshRate () .
boolean isEInk() {
return getWindowManager().getDefaultDisplay().getRefreshRate() < 5.0;
}
However, prototypes for displaying ePaper prototypes have already been demonstrated at some exhibitions. Therefore, I assume that the refresh rate may increase next time above the value 5.0 selected in the sample code.
source
share