Merge "init: qcom: enable Navigation bar for improveTouch MTP platform"

This commit is contained in:
Linux Build Service Account 2014-11-15 03:58:30 -08:00 committed by Gerrit - the friendly Code Review server
commit 6b77804167
1 changed files with 7 additions and 0 deletions

View File

@ -226,6 +226,13 @@ case "$target" in
;;
esac
;;
"MTP")
case "$platform_subtype_id"
"3")
setprop qemu.hw.mainkeys 0
;;
esac
;;
esac
;;
esac