Merge "init: qcom: Set ro.hw.nav_keys property for 8974 liquid"

This commit is contained in:
Linux Build Service Account 2013-01-18 22:28:34 -08:00 committed by Gerrit - the friendly Code Review server
commit a736d89b1c
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ case "$1" in
case "$soc_hwplatform" in
"Liquid")
setprop ro.sf.lcd_density 160
# Liquid do not have hardware navigation keys, so enable
# Android sw navigation bar
setprop ro.hw.nav_keys 0
;;
*)
setprop ro.sf.lcd_density 320