Skip to content

Commit

Permalink
[Tizen.Applications] Fix wrong description
Browse files Browse the repository at this point in the history
Signed-off-by: Changgyu Choi <[email protected]>
  • Loading branch information
upple authored and dongsug-song committed Dec 31, 2024
1 parent 1f8ff3f commit 76a9232
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ public static Task<AppControlResult> SendLaunchRequestAsync(AppControl launchReq
/// <exception cref="ArgumentException">Thrown when the argument is invalid.</exception>
/// <exception cref="Exceptions.PermissionDeniedException">Thrown when the permission is denied.</exception>
/// <exception cref="Exceptions.OutOfMemoryException">Thrown when the memory is insufficient.</exception>
/// <exception cref="InvalidOperationException">Thrown when the memory is insufficient.</exception>
/// <exception cref="InvalidOperationException">Thrown when failed because of an invalid operation.</exception>
[EditorBrowsable(EditorBrowsableState.Never)]
public static void SetAutoRestart(AppControl appControl)
{
Expand Down Expand Up @@ -967,7 +967,7 @@ public static void SetAutoRestart(AppControl appControl)
/// </remarks>
/// <exception cref="Exceptions.PermissionDeniedException">Thrown when the permission is denied.</exception>
/// <exception cref="Exceptions.OutOfMemoryException">Thrown when the memory is insufficient.</exception>
/// <exception cref="InvalidOperationException">Thrown when the memory is insufficient.</exception>
/// <exception cref="InvalidOperationException">Thrown when failed because of an invalid operation.</exception>
[EditorBrowsable(EditorBrowsableState.Never)]
public static void UnsetAutoRestart()
{
Expand Down

0 comments on commit 76a9232

Please sign in to comment.