Change taskmanage property for home, lock app.
authorDuyoung Jang <duyoung.jang@samsung.com>
Mon, 15 Apr 2013 05:40:45 +0000 (14:40 +0900)
committerDuyoung Jang <duyoung.jang@samsung.com>
Mon, 15 Apr 2013 05:40:45 +0000 (14:40 +0900)
Change-Id: Ic4ae7e6e656ac7e67e193d3ce4ebb26c0a327bc0
Signed-off-by: Duyoung Jang <duyoung.jang@samsung.com>
inc/InstallerDefs.h
src/XmlHandler/ManifestGenerator.cpp

index 05fb1e5..344bd55 100755 (executable)
@@ -23,7 +23,7 @@
 
 #include "InstallerUtil.h"
 
-#define OSP_INSTALLER_VERSION "version=[20130414.1]"
+#define OSP_INSTALLER_VERSION "version=[20130415.1]"
 
 #define DIR_BIN                                L"/bin"
 #define DIR_INFO                       L"/info"
index fdf0616..1067727 100755 (executable)
@@ -538,27 +538,6 @@ ManifestGenerator::WriteApp(int index, AppData* pAppData)
                        taskmanage = L"false";
                        nodisplay = L"true";
                }
-
-               pCategory = TIZEN_CATEGORY_HOMESCREEN;
-               if (FindCategory(index, pCategory) == true)
-               {
-                       AppLog("Write(): [%s] is detected. taskmanage=false", pCategory);
-                       taskmanage = L"false";
-               }
-
-               pCategory = TIZEN_CATEGORY_LOCKSCREEN;
-               if (FindCategory(index, pCategory) == true)
-               {
-                       AppLog("Write(): [%s] is detected. taskmanage=false", pCategory);
-                       taskmanage = L"false";
-               }
-
-               pCategory = TIZEN_CATEGORY_MENUSCREEN;
-               if (FindCategory(index, pCategory) == true)
-               {
-                       AppLog("Write(): [%s] is detected. taskmanage=false", pCategory);
-                       taskmanage = L"false";
-               }
        }
 
        if (pAppData->__main != L"True")