Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FAppAppManager.h
index 4a32bce..8f99c43 100644 (file)
@@ -260,9 +260,11 @@ public:
        * @exception    E_SUCCESS                       The method is successful.
        * @exception    E_APP_NOT_INSTALLED     The expected shared directory has not been found
        *                                                                       because the application specified by @c appId cannot be installed.
-       * @remarks              
+       * @remarks
        *                       - The returned path can be invalid when the application specified by @c appId is uninstalled.
        *                       - The specific error code can be accessed using the GetLastResult() method.
+       *                       - If the platform policy is changed or the device is different, the returned file path can be different. @n
+       *                         Rather than changing the returned file path as hard coding, use as it is.
        */
        static Tizen::Base::String GetAppSharedPath(const AppId& appId);
 
@@ -738,7 +740,7 @@ public:
         *                      - The specific error code can be accessed using the GetLastResult() method.
         *                      - For more information on AppControl resolution, see <a href="../org.tizen.native.appprogramming/html/guide/app/app_controls.htm">Application Controls</a>.
         */
-       bool IsUserPreferredAppForAppControlResolution(const AppId& appId) const;           
+       bool IsUserPreferredAppForAppControlResolution(const AppId& appId) const;
 
        /**
         * Clears the user preference for all the AppControl resolutions of the specified application.