Support Web storage permission privilege
authorJihoon Chung <jihoon.chung@samsung.com>
Sat, 4 May 2013 10:06:37 +0000 (19:06 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 7 May 2013 02:52:10 +0000 (11:52 +0900)
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Support Web storage permission privilege
[SCMRequest] must be imported with wrt-commons

Change-Id: I962454354e1d2b69b8c250454992a62571522ee6

src/jobs/widget_install/task_database.cpp

index bfa6271..a7b405b 100644 (file)
@@ -263,6 +263,9 @@ void TaskDatabase::StepCreateVconf()
         WrtDB::VconfConfig::GetVconfKeyWebNotificationUsage(
             m_context.widgetConfig.tzAppid)] = WrtDB::SETTINGS_TYPE_ON;
     vconfData[
+        WrtDB::VconfConfig::GetVconfKeyWebDatabaseUsage(
+            m_context.widgetConfig.tzAppid)] = WrtDB::SETTINGS_TYPE_ON;
+    vconfData[
         WrtDB::VconfConfig::GetVconfKeyMemorySavingMode(
             m_context.widgetConfig.tzAppid)] = WrtDB::SETTINGS_TYPE_OFF;