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() {