Flush app registry before releasing file lock
[platform/framework/native/appfw.git] / inc / FAppAppControl.h
index cd11400..80ede82 100644 (file)
@@ -1053,7 +1053,7 @@ _OSP_EXPORT_ extern const Tizen::Base::String APPCONTROL_RESULT_TERMINATED;
 *              String telUri = L"tel:12345678900";
 *
 *              AppControl* pAc = AppManager::FindAppControlN(L"tizen.phone", L"http://tizen.org/appcontrol/operation/dial");
-*              if(pAc) 
+*              if(pAc)
 *              {
 *                      pAc->Start(&telUri, null, null, null);
 *                      delete pAc;
@@ -1244,9 +1244,12 @@ public:
         * tizen.email, tizen.filemanager, tizen.gallery, tizen.imageviewer, tizen.mmsmessages, and tizen.smsmessages.
         *
         * @since               2.0
+        * @privlevel   public
+        * @privilege   %http://tizen.org/privilege/application.launch
         *
         * @return     An error code
         * @exception  E_SUCCESS                  The method is successful.
+        * @exception  E_PRIVILEGE_DENIED         The application does not have the privilege to call this method.
         * @exception  E_SYSTEM                   A system error has occurred.
         * @exception  E_INVALID_OPERATION        The application control is not permitted to call this method.
         * @remarks     This method is asynchronous.