From cc4cf8f0118cf541cf972cbc30ff8bb5b40819b6 Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Mon, 11 Sep 2017 18:39:42 +0900 Subject: [PATCH] [Shortcut] Delete default value of string Change-Id: I8c27cbcf75d2dfa017a7132bd9a028dbd2a9b01f Signed-off-by: Myungki Lee --- .../Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs | 4 ++-- .../Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs | 4 ++-- .../Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs | 4 ++-- .../Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs | 10 +++++----- .../WidgetShortcutAddedInfo.cs | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs index d421fd3..91038a1 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/HomeShortcutAddedInfo.cs @@ -24,11 +24,11 @@ namespace Tizen.Applications.Shortcut /// /// Gets the name of application. /// - public string AppId { get; internal set; } = string.Empty; + public string AppId { get; internal set; } /// /// Gets the specific information for creating a new shortcut. /// - public string Uri { get; internal set; } = string.Empty; + public string Uri { get; internal set; } } } \ No newline at end of file diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs index 9a0756a..889e3cb 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutAddedInfo.cs @@ -24,12 +24,12 @@ namespace Tizen.Applications.Shortcut /// /// Gets the name of the created shortcut icon. /// - public string ShortcutName { get; internal set; } = string.Empty; + public string ShortcutName { get; internal set; } /// /// Gets the absolute path of an icon file for this shortcut. /// - public string IconPath { get; internal set; } = string.Empty; + public string IconPath { get; internal set; } /// /// Gets a value indicating whether to allow or not to allow duplication. diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs index 6164dcb..73786f9 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutDeletedInfo.cs @@ -24,11 +24,11 @@ namespace Tizen.Applications.Shortcut /// /// Gets the name of package. /// - public string AppId { get; internal set; } = string.Empty; + public string AppId { get; internal set; } /// /// Gets the name of the created shortcut icon. /// - public string ShortcutName { get; internal set; } = string.Empty; + public string ShortcutName { get; internal set; } } } \ No newline at end of file diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs index 73b8167..05fcb99 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/ShortcutTemplate.cs @@ -24,26 +24,26 @@ namespace Tizen.Applications.Shortcut /// /// Gets the Application ID. /// - public string AppId { get; internal set; } = string.Empty; + public string AppId { get; internal set; } /// /// Gets the name of the created shortcut icon. /// - public string ShortcutName { get; internal set; } = string.Empty; + public string ShortcutName { get; internal set; } /// /// Gets the absolute path of an icon file for this shortcut. /// - public string IconPath { get; internal set; } = string.Empty; + public string IconPath { get; internal set; } /// /// Gets the user data. A property of shortcut element in manifest file. /// - public string ExtraKey { get; internal set; } = string.Empty; + public string ExtraKey { get; internal set; } /// /// Gets the user data. A property of shortcut element in manifest file. /// - public string ExtraData { get; internal set; } = string.Empty; + public string ExtraData { get; internal set; } } } \ No newline at end of file diff --git a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs index b0b5a6c..eed1e4f 100755 --- a/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs +++ b/src/Tizen.Applications.Shortcut/Tizen.Applications.ShortcutEvent/WidgetShortcutAddedInfo.cs @@ -24,7 +24,7 @@ namespace Tizen.Applications.Shortcut /// /// Gets the Widget ID. /// - public string WidgetId { get; internal set; } = string.Empty; + public string WidgetId { get; internal set; } /// /// Gets the size of widget. -- 2.7.4