Merge "init: qcom: Install SWE_Browser.apk on first bootup"

This commit is contained in:
Linux Build Service Account 2013-05-10 20:59:52 -07:00 committed by Gerrit - the friendly Code Review server
commit 44bd02a0e7
1 changed files with 7 additions and 0 deletions

View File

@ -481,6 +481,13 @@ if [ -f /data/prebuilt/AdrenoTest.apk ]; then
fi
fi
# Install SWE_Browser.apk if not already installed
if [ -f /data/prebuilt/SWE_Browser.apk ]; then
if [ ! -d /data/data/org.codeaurora.swe.browser ]; then
pm install /data/prebuilt/SWE_Browser.apk
fi
fi
# Change adj level and min_free_kbytes setting for lowmemory killer to kick in
case "$target" in
"msm8660")