From 4f40c99fa90134f56efdf8ea257871b1fe5d728e Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Wed, 27 Sep 2017 09:33:10 +0900 Subject: [PATCH] [Tizen.Applications.Packagemanager]remove build warning Change-Id: Ib73ad160b32f32f6be3d22d2b9c8dd46eb0550db Signed-off-by: SukHyung, Kang --- .../Tizen.Applications/PackageManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs index dcabacc..d811841 100755 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs @@ -386,6 +386,7 @@ namespace Tizen.Applications /// Installs the package located at the given path. /// /// Absolute path for the package to be installed. + /// Optional parameter to indicate special installation mode. /// Returns true if the installation request is successful, otherwise false. /// /// The 'true' means that the request for installation is successful. -- 2.7.4