add % before the privilege tag not to link to the linkage page
authorMinkyoung Kang <mklove.kang@samsung.com>
Thu, 21 Mar 2013 07:11:45 +0000 (16:11 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Thu, 21 Mar 2013 07:11:45 +0000 (16:11 +0900)
Change-Id: I135d9fb29231fa7b4d5a7898dba720ae566a205d

17 files changed:
inc/FAppAppControl.h
inc/FAppAppManager.h
inc/FAppAppResource.h
inc/FAppAppSetting.h
inc/FAppNotificationManager.h
inc/FAppPkgPackageInfo.h
inc/FAppPkgPackageLicenseManager.h
inc/FAppPkgPackageManager.h
inc/FIoMmcStorageManager.h
inc/FSecCertX509CertificateStore.h
inc/FSecPrivacyManager.h
inc/FSysAlarm.h
inc/FSysPowerManager.h
inc/FSysSettingInfo.h
inc/FSysSystemInfo.h
inc/FSysSystemTime.h
inc/FSysVibrator.h

index 1de000d..36d67ce 100755 (executable)
@@ -107,7 +107,7 @@ _OSP_EXPORT_ extern const Tizen::Base::String APPCONTROL_DIAL;
 * @deprecated This variable is provided only for backward compatibility and will be deleted in the near future.
 *                              Instead of this variable, use the literal, L"tizen.phone" with operation L"http://tizen.org/appcontrol/operation/call".
 * @since       2.0
-* @privilege    http://tizen.org/privilege/systeminfo
+* @privilege    %http://tizen.org/privilege/systeminfo
 *
 * @remarks Privilege is required to use this application control.
 * @endif
@@ -212,7 +212,7 @@ _OSP_EXPORT_ extern const Tizen::Base::String APPCONTROL_AUDIO;
 * @deprecated This variable is provided only for backward compatibility and will be deleted in the near future.
 *                              Instead of this variable, use the literal, L"tizen.internet".
 * @since       2.0
-* @privilege    http://tizen.org/privilege/web.service
+* @privilege    %http://tizen.org/privilege/web.service
 * @endif
 */
 _OSP_EXPORT_ extern const Tizen::Base::String APPCONTROL_BROWSER;
@@ -312,7 +312,7 @@ _OSP_EXPORT_ extern const Tizen::Base::String APPCONTROL_PROVIDER_CALENDAR;
 * @deprecated  This variable is provided only for backward compatibility and will be deleted in the near future.
 *                              Instead of this variable, use the literal, L"tizen.phone".
 * @since                       2.0
-* @privilege    http://tizen.org/privilege/systeminfo
+* @privilege    %http://tizen.org/privilege/systeminfo
 *
 * @remarks Privilege is required to use this application control.
 * @endif
@@ -429,7 +429,7 @@ _OSP_EXPORT_ extern const Tizen::Base::String APPCONTROL_PROVIDER_AUDIO;
 * @deprecated  This variable is provided only for backward compatibility and will be deleted in the near future.
 *                              Instead of this variable, use the literal, L"tizen.internet".
 * @since                       2.0
-* @privilege   http://tizen.org/privilege/web.service
+* @privilege   %http://tizen.org/privilege/web.service
 *
 * @remarks Privilege is required to use this application control.
 * @endif
@@ -1089,7 +1089,7 @@ public:
         *                              IAppControlResponseListener due to lack of argument capability. @n
         *                              Instead of using this method, use Start().
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return              An error code
         * @param[in]   pDataList       The data list to deliver to the resolved application control @n
@@ -1122,7 +1122,7 @@ public:
         * application is displayed.
         *
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return              An error code
         * @param[in]   pUriData        A pointer to the URI data
@@ -1155,7 +1155,7 @@ public:
         * When the found application control is started, the URI pattern, MIME type, and extra data is delivered using IAppControlProviderEventListener.
         *
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return  An error code
         * @param[in]   operationId     The operation ID
index a0e0dc4..95432f5 100755 (executable)
@@ -148,7 +148,7 @@ public:
         *                              Instead of using this method, use AppControl::FindAndStart().
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return      An error code
         * @param[in]   uriData                 The URI that has a maximum size of @c 1024 bytes
@@ -189,7 +189,7 @@ public:
         *                              Instead of using this method, use AppControl::FindAndStart().
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return      An error code
         * @param[in]   pOperationId    The operation ID
@@ -288,7 +288,7 @@ public:
         *                              Instead of using this method, use %LaunchApplication() without launch arguments or AppControl::Start().
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return      An error code
         * @param[in]   appId                           The application's ID to execute
@@ -311,7 +311,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return      An error code
         * @param[in]   appId                           The application's ID to execute
@@ -329,7 +329,7 @@ public:
         *
         * @since       2.0
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/application.kill
+        * @privilege   %http://tizen.org/privilege/application.kill
         *
         * @return      An error code
         * @param[in]   appId                           The application's ID to execute
@@ -372,7 +372,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return              An error code
         * @param[in]   condition         The launch condition for the application @n
@@ -440,7 +440,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return              An error code
         * @exception   E_SUCCESS                       The method is successful.
@@ -457,7 +457,7 @@ public:
         *
         * @since               2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/application.launch
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return              An error code
         * @param[in]   condition                       The launch condition for the application
@@ -494,7 +494,7 @@ public:
         *
         * @since               2.0
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/appmanager.launch
+        * @privilege   %http://tizen.org/privilege/appmanager.launch
         *
         * @return     An error code
         * @param[in]  appId          The ID of the application registered for launch
@@ -546,7 +546,7 @@ public:
         *
         * @since               2.0
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/appmanager.launch
+        * @privilege   %http://tizen.org/privilege/appmanager.launch
         *
         * @return     An error code
         * @param[in]  appId          The application ID
@@ -569,7 +569,7 @@ public:
         *
         * @since               2.0
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/appmanager.launch
+        * @privilege   %http://tizen.org/privilege/appmanager.launch
         *
         * @return     @c true if a condition is already registered to the specified application with the specified condition, @n
         *             else @c false
@@ -651,7 +651,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/appusage
+        * @privilege   %http://tizen.org/privilege/appusage
         *
         * @return              An error code
         * @param[in]   listener                                The event listener
@@ -673,7 +673,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/appusage
+        * @privilege   %http://tizen.org/privilege/appusage
         *
         * @return              An error code
         * @param[in]   listener                                The event listener
@@ -693,7 +693,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/appusage
+        * @privilege   %http://tizen.org/privilege/appusage
         *
         * @return              An error code
         * @param[out]  appId                                   The AppId of the active application
index a9c5065..2733816 100644 (file)
@@ -196,7 +196,7 @@ public:
        * @since        2.0
        *
        * @privlevel    partner
-       * @privilege   http://tizen.org/privilege/appsetting
+       * @privilege   %http://tizen.org/privilege/appsetting
        *
        * @return       A pointer to the %AppResource instance, @n
        *               else @c null if it fails
@@ -217,7 +217,7 @@ public:
        * @since        2.0
        *
        * @privlevel    partner
-       * @privilege   http://tizen.org/privilege/appsetting
+       * @privilege   %http://tizen.org/privilege/appsetting
        *
        * @return       An error code
        * @param[in]    appId                The AppId of the installed application
index 7665317..d5d38ca 100644 (file)
@@ -145,7 +145,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/appsetting
+        * @privilege   %http://tizen.org/privilege/appsetting
         *
         * @return              A pointer to the %AppSetting instance, @n
         *                              else @c null if it fails
@@ -168,7 +168,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/appsetting
+        * @privilege   %http://tizen.org/privilege/appsetting
         *
         * @return              An error code
         * @param[in]   appId                           The AppId of the application that has a valid application setting
index 63925cc..f6f8370 100755 (executable)
@@ -154,7 +154,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              The current badge number
         * @exception   E_SUCCESS                       The method is successful.
@@ -175,7 +175,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   badgeNumber                     The badge number
@@ -197,7 +197,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -219,7 +219,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -245,7 +245,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -273,7 +273,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since                       2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @exception   E_SUCCESS       The method is successful.
@@ -292,7 +292,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since                               2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -316,7 +316,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since                               2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   messageText                     The notification message
@@ -341,7 +341,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since                       2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @exception   E_SUCCESS                       The method is successful.
@@ -360,7 +360,7 @@ public:
         *
         * @deprecated  This class is deprecated. Instead of using this class, use the Tizen::Shell::NotificationManager class.
         * @since       2.0
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              The current badge number
         * @param[in]   appId                           The application ID
@@ -384,7 +384,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -410,7 +410,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -436,7 +436,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -466,7 +466,7 @@ public:
         * @since               2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return             An error code
         * @param[in]  appId                            The application ID
@@ -495,7 +495,7 @@ public:
         * @since                               2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -521,7 +521,7 @@ public:
         * @since                               2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -550,7 +550,7 @@ public:
         * @since                       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
@@ -573,7 +573,7 @@ public:
         * @since                       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/notification
+        * @privilege   %http://tizen.org/privilege/notification
         *
         * @return              An error code
         * @param[in]   appId                           The application ID
index d02076e..a8ac077 100644 (file)
@@ -228,7 +228,7 @@ public:
         *
         * @since       2.0
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/packagesetting
+        * @privilege   %http://tizen.org/privilege/packagesetting
         *
         * @return The package type
         */
index 0dd4cce..263ead1 100755 (executable)
@@ -50,7 +50,7 @@ public:
        *
        * @since 2.1
        * @privlevel    platform
-       * @privilege    http://tizen.org/privilege/packagelicensemanager
+       * @privilege    %http://tizen.org/privilege/packagelicensemanager
        *
        * @return               An error code
        * @param[in]    licenseRequestInfo      The string buffer of license request information
@@ -73,7 +73,7 @@ public:
        *
        * @since 2.1
        * @privlevel    platform
-       * @privilege    http://tizen.org/privilege/packagelicensemanager
+       * @privilege    %http://tizen.org/privilege/packagelicensemanager
        *
        * @return               An error code
        * @param[in]    rightObject                     The Package DRM license (right object)
@@ -96,7 +96,7 @@ public:
        *
        * @since 2.1
        * @privlevel    platform
-       * @privilege    http://tizen.org/privilege/packagelicensemanager
+       * @privilege    %http://tizen.org/privilege/packagelicensemanager
        *
        * @return               The remaining time of the DRM license @n
        *                               If the remaining time is unlimited, the return value of Tizen::Base::TimeSpan's days will be set to @c 9999.
@@ -120,7 +120,7 @@ public:
        *
        * @since 2.1
        * @privlevel    platform
-       * @privilege    http://tizen.org/privilege/packagelicensemanager
+       * @privilege    %http://tizen.org/privilege/packagelicensemanager
        *
        * @return               An error code
        * @param[in]    licenseInfo                     The CEK (Contents Encryption Key)
index a489814..e472278 100644 (file)
@@ -87,7 +87,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/packageinfo
+        * @privilege   %http://tizen.org/privilege/packageinfo
         *
         * @return              An error code
         * @param[in]   listener                        The package installation event listener
@@ -102,7 +102,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/packageinfo
+        * @privilege   %http://tizen.org/privilege/packageinfo
         *
         * @return              An error code
         * @param[in]   listener                        The package installation event listener
@@ -117,7 +117,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/packageinfo
+        * @privilege   %http://tizen.org/privilege/packageinfo
         *
         * @return              A pointer to PackageInfo
         * @param[in]   packageId                               The package ID
@@ -135,7 +135,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/packageinfo
+        * @privilege   %http://tizen.org/privilege/packageinfo
         *
         * @return              A pointer to PackageAppInfo
         * @param[in]   appId                           The application ID
@@ -152,7 +152,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/packageinfo
+        * @privilege   %http://tizen.org/privilege/packageinfo
         *
         * @return              A pointer to the list of the PackageInfo instances, @n
         *                              else @c null if it fails
@@ -168,7 +168,7 @@ public:
         *
         * @since       2.0
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/packageinfo
+        * @privilege   %http://tizen.org/privilege/packageinfo
         *
         * @return      @c true if a package is installed, @n
         *                      else @c false
@@ -187,7 +187,7 @@ public:
         *
         * @since       2.0
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/packagemanager.install
+        * @privilege   %http://tizen.org/privilege/packagemanager.install
         *
         * @return              An error code
         * @param[in]   packageId                       The package ID
@@ -208,7 +208,7 @@ public:
         *
         * @since       2.0
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/packagemanager.install
+        * @privilege   %http://tizen.org/privilege/packagemanager.install
         *
         * @return              An error code
         * @param[in]   packageId                               The package ID
@@ -228,7 +228,7 @@ public:
         *
         * @since       2.0
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/packagesetting
+        * @privilege   %http://tizen.org/privilege/packagesetting
         *
         * @return              An error code
         * @param[in]   packageId                               The package ID
@@ -247,7 +247,7 @@ public:
         *
         * @since       2.0
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/packagesetting
+        * @privilege   %http://tizen.org/privilege/packagesetting
         *
         * @return              An error code
         * @param[in]   packageId                               The package ID
@@ -266,7 +266,7 @@ public:
        *
        * @since         2.1
        * @privlevel     platform
-       * @privilege     http://tizen.org/privilege/packagemanager.info
+       * @privilege     %http://tizen.org/privilege/packagemanager.info
        *
        * @return        A pointer to the %PackageInfo instance, @n
        *               else @c null if it fails
@@ -286,7 +286,7 @@ public:
        *
        * @since         2.1
        * @privlevel     public
-       * @privilege     http://tizen.org/privilege/package.info
+       * @privilege     %http://tizen.org/privilege/package.info
        *
        * @return        A pointer to the list of the %PackageInfo instances, @n
        *                else @c null if it fails
@@ -306,7 +306,7 @@ public:
        *
        * @since         2.1
        * @privlevel     public
-       * @privilege     http://tizen.org/privilege/package.info
+       * @privilege     %http://tizen.org/privilege/package.info
        *
        * @return        A pointer to the list of the %PackageAppInfo instances, @n
        *                else @c null if it fails
@@ -326,7 +326,7 @@ public:
        *
        * @since         2.1
        * @privlevel     public
-       * @privilege     http://tizen.org/privilege/package.info
+       * @privilege     %http://tizen.org/privilege/package.info
        *
        * @return        A pointer to the list of the %PackageAppInfo instances, @n
        *                              else @c null if it fails
index e993346..b21970b 100644 (file)
@@ -69,7 +69,7 @@ public:
        *
        * @since                2.0
        * @privlevel    platform
-       * @privilege    http://tizen.org/privilege/systemsetting.read
+       * @privilege    %http://tizen.org/privilege/systemsetting.read
        *
        * @return               An error code
        * @exception    E_SUCCESS                       Mount operation is successfully started.
@@ -87,7 +87,7 @@ public:
        *
        * @since                2.0
        * @privlevel    platform
-       * @privilege    http://tizen.org/privilege/systemsetting.read
+       * @privilege    %http://tizen.org/privilege/systemsetting.read
        *
        * @return               An error code
        * @exception    E_SUCCESS                       Unmount operation is successfully started.
@@ -103,7 +103,7 @@ public:
        *
        * @since                2.0
        * @privlevel    platform
-       * @privilege    http://tizen.org/privilege/systemsetting.read
+       * @privilege    %http://tizen.org/privilege/systemsetting.read
        *
        * @return               An error code
        * @exception    E_SUCCESS                       Format operation is successfully started.
index 6d8d194..8207122 100644 (file)
@@ -69,7 +69,7 @@ public:
         *      @since                  2.0
         *
         *      @privlevel              partner
-        *      @privilege              http://tizen.org/privilege/certificate.read
+        *      @privilege              %http://tizen.org/privilege/certificate.read
         *
         *      @return                 An error code
         *      @param[out]             name                            The name of the certificate store
@@ -84,7 +84,7 @@ public:
         *      @since                  2.0
         *
         *      @privlevel              partner
-        *      @privilege              http://tizen.org/privilege/certificate.read
+        *      @privilege              %http://tizen.org/privilege/certificate.read
         *
         *      @return                 An error code
         *      @param[in]              selector                        A selector that defines a set of criterion for selecting certificates
@@ -103,7 +103,7 @@ public:
         *      @since                  2.0
         *
         *      @privlevel              partner
-        *      @privilege              http://tizen.org/privilege/certificate.read
+        *      @privilege              %http://tizen.org/privilege/certificate.read
         *
         *      @return                 An error code
         *      @param[out]             count                                   The count of certificates
@@ -118,7 +118,7 @@ public:
         *      @since                  2.0
         *
         *      @privlevel              partner
-        *      @privilege              http://tizen.org/privilege/certificate.read
+        *      @privilege              %http://tizen.org/privilege/certificate.read
         *
         *      @return                 The certificates that matches the specified selector
         *      @exception              E_SUCCESS                       The method is successful.
@@ -136,7 +136,7 @@ public:
         *      @since                  2.0
         *
         *      @privlevel              partner
-        *      @privilege              http://tizen.org/privilege/certificate.write
+        *      @privilege              %http://tizen.org/privilege/certificate.write
         *
         *      @return                 An error code
         *      @param[in]              certificateType         The type of the Certificate (ROOT_CA, OPERATOR_DOMAIN, or TRUSTED_THIRD_PARTY_DOMAIN)
@@ -157,7 +157,7 @@ public:
         *      @since                  2.0
         *
         *      @privlevel              partner
-        *      @privilege              http://tizen.org/privilege/certificate.write
+        *      @privilege              %http://tizen.org/privilege/certificate.write
         *
         *      @return                 An error code
         *      @param[in]              certificateType         The type of the Certificate (ROOT_CA, OPERATOR_DOMAIN, or TRUSTED_THIRD_PARTY_DOMAIN)
@@ -180,7 +180,7 @@ public:
         *      @since                  2.0
         *
         *      @privlevel              partner
-        *      @privilege              http://tizen.org/privilege/certificate.write
+        *      @privilege              %http://tizen.org/privilege/certificate.write
         *
         *      @return                 An error code
         *      @param[in]              certificateType         The type of the Certificate (ROOT_CA, OPERATOR_DOMAIN, TRUSTED_THIRD_PARTY_DOMAIN)
@@ -202,7 +202,7 @@ public:
         *      @since 2.0
         *
         *      @privlevel              partner
-        *      @privilege              http://tizen.org/privilege/certificate.write
+        *      @privilege              %http://tizen.org/privilege/certificate.write
         *
         *      @return                 An error code
         *  @param[in]          filePath                        The file path of PKCS 12 certificate to insert
index 6265248..168ffb1 100755 (executable)
@@ -74,7 +74,7 @@ public:
         *
         * @since               2.1
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/privacymanager.read
+        * @privilege   %http://tizen.org/privilege/privacymanager.read
         *
         * @return              A pointer to the list of application packages (PackageId) which access user's privacy information, @n
         *                              else @c null if an error occurs
@@ -92,7 +92,7 @@ public:
         *
         * @since               2.1
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/privacymanager.read
+        * @privilege   %http://tizen.org/privilege/privacymanager.read
         *
         * @return              A pointer to the privacy information list (Privacyinfo), @n
         *                              else @c null if an error occurs
@@ -111,7 +111,7 @@ public:
         *
         * @since               2.1
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/privacymanager.write
+        * @privilege   %http://tizen.org/privilege/privacymanager.write
         *
         * @return              An error code
         * @param[in]   packageId                               The package ID
index f59dafd..d63392e 100644 (file)
@@ -83,7 +83,7 @@ public:
         *
         * @since       2.0
         *
-        * @privilege   http://tizen.org/privilege/alarm
+        * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code
         * @param[in]   duetime                 The time for the alarm to ring
@@ -100,7 +100,7 @@ public:
         *
         * @since       2.0
         *
-        * @privilege   http://tizen.org/privilege/alarm
+        * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code
         * @param[in]   start                   The time for the alarm to ring first
@@ -119,7 +119,7 @@ public:
         *
         * @since       2.0
         *
-        * @privilege   http://tizen.org/privilege/alarm
+        * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code
         * @exception   E_SUCCESS               The method is successful.
index c971051..d21e9f5 100644 (file)
@@ -97,7 +97,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/power
+        * @privilege   %http://tizen.org/privilege/power
         *
         * @return      An error code
         * @param[in]   keepOn  Set to @c true if the screen remains in the 'ON' state until the application goes to the background(inactivated), @n
@@ -130,7 +130,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/power
+        * @privilege   %http://tizen.org/privilege/power
         *
         * @return      An error code
         * @param[in]   brightness              The brightness level to set @n
@@ -178,7 +178,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/power
+        * @privilege   %http://tizen.org/privilege/power
         *
         * @return      An error code
         * @exception   E_SUCCESS               The method is successful.
@@ -193,7 +193,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/power
+        * @privilege   %http://tizen.org/privilege/power
         *
         * @return      An error code
         * @exception   E_SUCCESS               The method is successful.
@@ -208,7 +208,7 @@ public:
         * @since       2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/power
+        * @privilege   %http://tizen.org/privilege/power
         *
         * @return      An error code
         * @param[in]   enable  Set to @c true to prevent the CPU from going into sleep mode, @n
index 43d57e4..f8048a5 100644 (file)
@@ -212,7 +212,7 @@ public:
         * @since 2.0
         *
         * @privilege   public
-        * @privilege   http://tizen.org/privilege/setting
+        * @privilege   %http://tizen.org/privilege/setting
         *
         * @return      An error code
         * @param[in]   key                     The <a href="../org.tizen.native.appprogramming/html/guide/system/settings_info.htm">key name</a> of the setting information
@@ -232,7 +232,7 @@ public:
         * @since 2.0
         *
         * @privilege   public
-        * @privilege   http://tizen.org/privilege/setting
+        * @privilege   %http://tizen.org/privilege/setting
         *
         * @return      An error code
         * @param[in]   key                     The <a href="../org.tizen.native.appprogramming/html/guide/system/settings_info.htm">key name</a> of the setting information
@@ -252,7 +252,7 @@ public:
         * @since 2.0
         *
         * @privilege   public
-        * @privilege   http://tizen.org/privilege/setting
+        * @privilege   %http://tizen.org/privilege/setting
         *
         * @return      An error code
         * @param[in]   key                     The <a href="../org.tizen.native.appprogramming/html/guide/system/settings_info.htm">key name</a> of the setting information
@@ -272,7 +272,7 @@ public:
         * @since       2.0
         *
         * @privilege   public
-        * @privilege   http://tizen.org/privilege/setting
+        * @privilege   %http://tizen.org/privilege/setting
         *
         * @return      An error code
         * @param[in]   filePath                The file path of the wallpaper
@@ -290,7 +290,7 @@ public:
         * @since       2.0
         *
         * @privilege   public
-        * @privilege   http://tizen.org/privilege/setting
+        * @privilege   %http://tizen.org/privilege/setting
         *
         * @return      An error code
         * @param[in]   filePath                The file path of the ringtone
@@ -307,7 +307,7 @@ public:
         * @since       2.0
         *
         * @privilege   public
-        * @privilege   http://tizen.org/privilege/setting
+        * @privilege   %http://tizen.org/privilege/setting
         *
         * @return      An error code
         * @param[in]   soundCategory           The sound volume category
@@ -355,7 +355,7 @@ public:
         * @since 2.0
         *
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/systemsetting.read
+        * @privilege   %http://tizen.org/privilege/systemsetting.read
         *
         * @return      An error code
         * @param[in]   key     The <a href="../org.tizen.native.appprogramming/html/guide/system/settings_info.htm">key name</a> of the setting information
@@ -374,7 +374,7 @@ public:
         * @since 2.0
         *
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/systemsetting.write
+        * @privilege   %http://tizen.org/privilege/systemsetting.write
         *
         * @return      An error code
         * @param[in]   key     The <a href="../org.tizen.native.appprogramming/html/guide/system/settings_info.htm">key name</a> of the setting information
@@ -393,7 +393,7 @@ public:
         *
         * @since 2.0
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/systemsetting.write
+        * @privilege   %http://tizen.org/privilege/systemsetting.write
         *
         * @return      An error code
         * @param[in]   key                     The <a href="../org.tizen.native.appprogramming/html/guide/system/settings_info.htm">key name</a> of the setting information
@@ -414,7 +414,7 @@ public:
         * @since 2.0
         *
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/systemsetting.write
+        * @privilege   %http://tizen.org/privilege/systemsetting.write
         *
         * @return      An error code
         * @param[in]   key                     The <a href="../org.tizen.native.appprogramming/html/guide/system/settings_info.htm">key name</a> of the setting information
@@ -435,7 +435,7 @@ public:
         * @since 2.0
         *
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/systemsetting.write
+        * @privilege   %http://tizen.org/privilege/systemsetting.write
         *
         * @return      An error code
         * @exception   E_SUCCESS               The method is successful.
index 8f0d05e..91f2d3f 100644 (file)
@@ -212,7 +212,7 @@ public:
         * @since 2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/platforminfo
+        * @privilege   %http://tizen.org/privilege/platforminfo
         *
         * @return      An error code
         * @param[out]  platformVersion         The platform version
@@ -228,7 +228,7 @@ public:
         * @since 2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/platforminfo
+        * @privilege   %http://tizen.org/privilege/platforminfo
         *
         * @return      An error code
         * @param[out]  nativeApiVersion        The Native API version
@@ -244,7 +244,7 @@ public:
         * @since 2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/platforminfo
+        * @privilege   %http://tizen.org/privilege/platforminfo
         *
         * @return      An error code
         * @param[out]  webApiVersion           The %Tizen API version
@@ -260,7 +260,7 @@ public:
         * @since 2.1
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/platforminfo
+        * @privilege   %http://tizen.org/privilege/platforminfo
         *
         * @return      An error code
         * @param[out]  buildInfo               The %Tizen build information
@@ -276,7 +276,7 @@ public:
         * @since       2.0
         *
         * @privlevel   partner
-        * @privilege   http://tizen.org/privilege/useridentity
+        * @privilege   %http://tizen.org/privilege/useridentity
         *
         * @return      An error code
         * @param[out]  imei                    The IMEI of the device
index 4d6318a..f80ddbd 100644 (file)
@@ -118,7 +118,7 @@ public:
         * @since 2.0
         *
         * @privlevel   platform
-        * @privilege   http://tizen.org/privilege/systemsetting.write
+        * @privilege   %http://tizen.org/privilege/systemsetting.write
         *
         * @return      An error code
         * @param[in]   currentTime             The current system time in UTC
index 11a1dd3..e0873a5 100644 (file)
@@ -152,7 +152,7 @@ public:
          *
          * @since 2.1
          *
-         * @privilege     http://tizen.org/privilege/vibrator
+         * @privilege     %http://tizen.org/privilege/vibrator
          *
          * @return      An error code
          *
@@ -178,7 +178,7 @@ public:
         * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern[] patterns, int length, int repeatCount).
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/vibrator
+        * @privilege   %http://tizen.org/privilege/vibrator
         *
         * @return      An error code
         * @param[in]   onPeriod    The period in milliseconds when the vibrator is on @n
@@ -212,7 +212,7 @@ public:
         * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern[] patterns, int length, int repeatCount).
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/vibrator
+        * @privilege   %http://tizen.org/privilege/vibrator
         *
         * @return      An error code
         * @param[in]   milliseconds    The duration for the vibration in milliseconds @n
@@ -238,7 +238,7 @@ public:
         * @since   2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/vibrator
+        * @privilege   %http://tizen.org/privilege/vibrator
         *
         * @return      An error code
         * @exception   E_SUCCESS           The method is successful.