From e3c0b323957f5e493c9c63f1dc004740a94edb47 Mon Sep 17 00:00:00 2001 From: kichankwon <35328573+kichankwon@users.noreply.github.com> Date: Thu, 26 Apr 2018 10:35:10 +0900 Subject: [PATCH] [Information] Fix invalid mapping key for TV product (#225) Signed-off-by: Kichan Kwon --- src/Tizen.System.Information/RuntimeInfo/TvProductHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tizen.System.Information/RuntimeInfo/TvProductHelper.cs b/src/Tizen.System.Information/RuntimeInfo/TvProductHelper.cs index 78741eb..aa22978 100755 --- a/src/Tizen.System.Information/RuntimeInfo/TvProductHelper.cs +++ b/src/Tizen.System.Information/RuntimeInfo/TvProductHelper.cs @@ -39,7 +39,7 @@ namespace Tizen.System [RuntimeInfoKey.Charger] = 26, [RuntimeInfoKey.AutoRotation] = 28, [RuntimeInfoKey.Gps] = 21, - [RuntimeInfoKey.AudioJackConnector] = 20 + [RuntimeInfoKey.AudioJackConnector] = 23 }; private static void CheckTvProduct() -- 2.7.4