From 77f8bc24b802b4522b49c26aa88e2d3ba9df7c28 Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Thu, 19 Oct 2017 11:22:06 +0900 Subject: [PATCH] change "\n" to
for Doc Change-Id: I8bb42fcaafaf3d0e24c57703f9ef41403bc2221b Signed-off-by: SukHyung, Kang --- src/Tizen.Applications.Common/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 e591205..20d8c81 100755 --- a/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs +++ b/src/Tizen.Applications.Common/Tizen.Applications/AppControl.cs @@ -465,7 +465,7 @@ namespace Tizen.Applications /// /// The operation is mandatory information for the launch request. /// If the operation is not specified, AppControlOperations.Default is used by default. - /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application. \n + /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application.
/// Since Tizen 2.4, the launch request of the service application over out of packages is restricted by the platform. /// Also, implicit launch requests are NOT delivered to service applications since 2.4. /// To launch a service application, an explicit launch request with the application ID given by property ApplicationId MUST be sent. @@ -493,7 +493,7 @@ namespace Tizen.Applications /// /// The operation is mandatory information for the launch request. /// If the operation is not specified, AppControlOperations.Default is used by default. - /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application. \n + /// If the operation is AppControlOperations.Default, the application ID is mandatory to explicitly launch the application.
/// Since Tizen 2.4, the launch request of the service application over out of packages is restricted by the platform. /// Also, implicit launch requests are NOT delivered to service applications since 2.4. /// To launch a service application, an explicit launch request with the application ID given by property ApplicationId MUST be sent. -- 2.7.4