[Tizen.Applications.Packagemanager]remove build warning 64/152664/1
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 27 Sep 2017 00:33:10 +0000 (09:33 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 27 Sep 2017 00:33:10 +0000 (09:33 +0900)
Change-Id: Ib73ad160b32f32f6be3d22d2b9c8dd46eb0550db
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs

index dcabacc..d811841 100755 (executable)
@@ -386,6 +386,7 @@ namespace Tizen.Applications
         /// Installs the package located at the given path.
         /// </summary>
         /// <param name="packagePath">Absolute path for the package to be installed.</param>
+        /// <param name="installMode">Optional parameter to indicate special installation mode.</param>
         /// <returns>Returns true if the installation request is successful, otherwise false.</returns>
         /// <remarks>
         /// The 'true' means that the request for installation is successful.