[Release] wrt-installer_0.1.19
[platform/framework/web/wrt-installer.git] / src / jobs / widget_install / task_manifest_file.cpp
index 95b53c5..400fc65 100644 (file)
@@ -899,10 +899,6 @@ void TaskManifestFile::setLiveBoxInfo(Manifest& manifest)
             liveBox.setPrimary(ConfigInfo->m_primary);
         }
 
-        if (ConfigInfo->m_autoLaunch == L"true") {
-            liveBox.setAutoLaunch(appid);
-        }
-
         if (ConfigInfo->m_updatePeriod != L"") {
             liveBox.setUpdatePeriod(ConfigInfo->m_updatePeriod);
         }