From e02c87f216b8bc762a2e52afe70f7caca6f1b024 Mon Sep 17 00:00:00 2001 From: Gukhwan Cho Date: Tue, 22 Sep 2015 19:38:36 +0900 Subject: [PATCH] Update note for inserting private image in contacts Change-Id: Ib6486e07009e36f5565292eaa8d1a04f665911fe Signed-off-by: Gukhwan Cho --- org.tizen.tutorials/html/native/social/contact_tutorial_n.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.tutorials/html/native/social/contact_tutorial_n.htm b/org.tizen.tutorials/html/native/social/contact_tutorial_n.htm index 9825e97..2272dfe 100644 --- a/org.tizen.tutorials/html/native/social/contact_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/social/contact_tutorial_n.htm @@ -291,7 +291,7 @@ error_code = contacts_record_set_str(image, _contacts_image.path, caller_id_path For an application to insert private images in contacts, it needs to follow below conditions :
   1. Application must have privilege of http://tizen.org/privilege/contact.write.
-   2. Application's private directory and files must have 'read' permission of group, '640' for example.
+   2. Application's private directory and files must have 'read' permission of others, '644' for example.
   3. Application may erase the image after destroying the contact record (contacts_record_destroy).
-- 2.7.4