From: Abhimanyu Swami Date: Fri, 18 Dec 2020 10:06:07 +0000 (+0530) Subject: Removing unnecessary HTML link for feature/privilege X-Git-Tag: accepted/tizen/unified/20210202.143755~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ba38b3a2c2a050db31e9032142f513d184d27bc;p=platform%2Fcore%2Fpim%2Fcontacts-service.git Removing unnecessary HTML link for feature/privilege Change-Id: Id5297b51251d89c0e69b08f9f132e01df4360a40 Signed-off-by: Abhimanyu Swami --- diff --git a/doc/contacts_doc.h b/doc/contacts_doc.h index 415fe40..61462d0 100644 --- a/doc/contacts_doc.h +++ b/doc/contacts_doc.h @@ -55,7 +55,7 @@ * * @section CAPI_SOCIAL_CONTACTS_SVC_MODULE_FEATURE Related Features * This API is related with the following features:\n - * - http://tizen.org/feature/contact\n + * - %http://tizen.org/feature/contact\n * It is recommended to design feature related codes in your application for reliability.\n * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n @@ -252,7 +252,7 @@ * * * 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().
+ *    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).
*