From 7ba38b3a2c2a050db31e9032142f513d184d27bc Mon Sep 17 00:00:00 2001 From: Abhimanyu Swami Date: Fri, 18 Dec 2020 15:36:07 +0530 Subject: [PATCH] Removing unnecessary HTML link for feature/privilege Change-Id: Id5297b51251d89c0e69b08f9f132e01df4360a40 Signed-off-by: Abhimanyu Swami --- doc/contacts_doc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).
* -- 2.7.4