From 75a755b4c95ed835d9445b23b004ed854a55dd62 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Tue, 2 Jan 2018 17:39:13 +0900 Subject: [PATCH] [Packagemanager] Fix some doxygen comment Fix doxygen comment of PackageManager.GetPackageIdByApplicationId. Change-Id: Iac388a91fe7a61c45c9a527cd762199f62609e3f Signed-off-by: Sangyoon Jang --- .../Tizen.Applications/PackageManager.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs index 0f58050..80d55d2 100644 --- a/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs +++ b/src/Tizen.Applications.PackageManager/Tizen.Applications/PackageManager.cs @@ -205,7 +205,9 @@ namespace Tizen.Applications /// Gets the package ID for the given application ID. /// /// The ID of the application. - /// Returns the ID of the package. Empty string if the application ID does not exist. + /// Returns the ID of the package. + /// It returns null if the input is null. + /// Thrown when input application ID does not exist. /// Thrown when there is not enough memory to continue the execution of the method. /// Thrown when an application does not have the privilege to access this method. /// http://tizen.org/privilege/packagemanager.info -- 2.7.4