use system property to disable lockscreen
*d1645f8d0f
* This reverts commit2632bb5db3
.
This commit is contained in:
@@ -121,7 +121,4 @@
|
|||||||
<bool name="config_cecTvSendStandbyOnSleepEnabled_default">false</bool>
|
<bool name="config_cecTvSendStandbyOnSleepEnabled_default">false</bool>
|
||||||
<bool name="config_cecTvSendStandbyOnSleepDisabled_default">true</bool>
|
<bool name="config_cecTvSendStandbyOnSleepDisabled_default">true</bool>
|
||||||
|
|
||||||
<!-- Is the lock-screen disabled for new users by default -->
|
|
||||||
<bool name="config_disableLockscreenByDefault">true</bool>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@@ -27,6 +27,9 @@
|
|||||||
<!-- Disable location by default -->
|
<!-- Disable location by default -->
|
||||||
<integer name="def_location_mode">0</integer>
|
<integer name="def_location_mode">0</integer>
|
||||||
|
|
||||||
|
<!-- Disable the lockscreen -->
|
||||||
|
<bool name="def_lockscreen_disabled">true</bool>
|
||||||
|
|
||||||
<!-- Keep screen on at all times by default -->
|
<!-- Keep screen on at all times by default -->
|
||||||
<bool name="def_stay_on_while_plugged_in">true</bool>
|
<bool name="def_stay_on_while_plugged_in">true</bool>
|
||||||
|
|
||||||
|
@@ -68,6 +68,9 @@ ro.lmk.medium=800
|
|||||||
ro.lmk.upgrade_pressure=100
|
ro.lmk.upgrade_pressure=100
|
||||||
ro.lmk.use_minfree_levels=true
|
ro.lmk.use_minfree_levels=true
|
||||||
|
|
||||||
|
# Lockscreen
|
||||||
|
ro.lockscreen.disable.default=true
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
debug.stagefright.c2inputsurface=-1
|
debug.stagefright.c2inputsurface=-1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user