Relanding with correct bug id - Revert behavior for gonk - Bug 1154591. r=spohl, a=RyanVM

This commit is contained in:
Robert Strong 2015-04-17 13:52:50 -07:00
Родитель 8f2a45aa62
Коммит 07bb578e6a
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -660,8 +660,10 @@ function getCanStageUpdates() {
// For Gonk, the updater will remount the /system partition to move staged
// files into place.
if (AppConstants.platform == "gonk") {
LOG("getCanStageUpdates - able to stage updates because this is gonk");
return true;
if (getPref("getBoolPref", PREF_APP_UPDATE_SERVICE_ENABLED, false)) {
LOG("getCanStageUpdates - able to stage updates because this is gonk");
return true;
}
}
if (!hasUpdateMutex()) {