tune screen timeout

This commit is contained in:
Ziyang Zhou
2021-08-02 16:20:30 +00:00
parent ee6af54f31
commit 67fc722aa1
2 changed files with 8 additions and 1 deletions

View File

@@ -33,8 +33,12 @@ on early-init && property:ro.kernel.redroid.overlay=1
on init
# lxcfs better
write /data/.empty 0
mount none /data/.empty /proc/vmallocinfo bind # lxcfs?
mount none /data/.empty /proc/vmallocinfo bind
# fix suspend host system?
mount none /dev/null /sys/power/state bind
on post-fs-data

View File

@@ -22,5 +22,8 @@
<bool name="def_lockscreen_disabled">true</bool>
<!-- maximize the timeout to INT_MAX about 500+ hours -->
<integer name="def_screen_off_timeout">2147483647</integer>
<bool name="def_package_verifier_enable">false</bool>
</resources>