11 lines
458 B
XML
11 lines
458 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- Doze: does this device support STATE_DOZE? -->
|
|
<bool name="doze_display_state_supported">true</bool>
|
|
|
|
<!-- Doze: does this device support STATE_DOZE_SUSPEND? -->
|
|
<bool name="doze_suspend_display_state_supported">false</bool>
|
|
|
|
<!-- Preferred max refresh rate at keyguard, if supported by the display. -->
|
|
<integer name="config_keyguardMaxRefreshRate">60</integer>
|
|
</resources>
|