From dd3a51e968800a0b8f245eb7d635754e0a0c4a3d Mon Sep 17 00:00:00 2001 From: Changgyu Choi Date: Thu, 19 Dec 2024 17:56:16 +0900 Subject: [PATCH] [Tizen.Applications] Fix wrong description Signed-off-by: Changgyu Choi --- .../Tizen.Applications/AppControl.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs b/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs index 043fa7edf2c..0cb8093e1b9 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs @@ -932,7 +932,7 @@ public static Task SendLaunchRequestAsync(AppControl launchReq /// Thrown when the argument is invalid. /// Thrown when the permission is denied. /// Thrown when the memory is insufficient. - /// Thrown when the memory is insufficient. + /// Thrown when failed because of an invalid operation. [EditorBrowsable(EditorBrowsableState.Never)] public static void SetAutoRestart(AppControl appControl) { @@ -967,7 +967,7 @@ public static void SetAutoRestart(AppControl appControl) /// /// Thrown when the permission is denied. /// Thrown when the memory is insufficient. - /// Thrown when the memory is insufficient. + /// Thrown when failed because of an invalid operation. [EditorBrowsable(EditorBrowsableState.Never)] public static void UnsetAutoRestart() {