From 03a03762ca26909919a9ec84706232a528dc244b Mon Sep 17 00:00:00 2001 From: "bg.chun" Date: Thu, 3 Mar 2016 19:42:36 +0900 Subject: [PATCH] [cordova] fix filesystem truncate privilege filesystem.write->systemsetting.admin Change-Id: I88d0d22929bb9aa1c23fdfc85fa652018846e117 Signed-off-by: bg.chun --- src/file/cordova_file_instance.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file/cordova_file_instance.cc b/src/file/cordova_file_instance.cc index 55581ca..cec265b 100644 --- a/src/file/cordova_file_instance.cc +++ b/src/file/cordova_file_instance.cc @@ -28,7 +28,7 @@ namespace cordova { namespace file { namespace { -const std::string kPrivilegeFilesystemWrite = "http://tizen.org/privilege/filesystem.write"; +const std::string kPrivilegeFilesystemWrite = "http://tizen.org/privilege/systemsettings.admin"; } using common::ErrorCode; -- 2.34.1