From adffa35c377a9bfe705a49ae8923c8c2057d6cef Mon Sep 17 00:00:00 2001 From: Jongkyu Koo Date: Fri, 23 Sep 2016 11:20:51 +0900 Subject: [PATCH] fix api reference warning Change-Id: I03048445c578e20bbbcf075fde84cced4934da16 Signed-off-by: Jongkyu Koo --- doc/contacts_doc.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/doc/contacts_doc.h b/doc/contacts_doc.h index bf91911..86addfc 100644 --- a/doc/contacts_doc.h +++ b/doc/contacts_doc.h @@ -257,18 +257,16 @@ * @endcode * * - * - * - * - * - * - * + * + * + * + * - * - * + * + * *
Note
For an application to insert private images in contacts, it needs to follow below conditions:
+ *
Note
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 to use APIs such as contacts_db_insert_record().
*    2. Application's private directory and files must have 'read' permission of others, '644' for example. SMACK protects read permission from the other applications.
*    3. Application may erase the image after destroying the contact record (contacts_record_destroy).
- *
* * @section CAPI_SOCIAL_CONTACTS_SVC_MODULE_RECORDS Records -- 2.7.4