From: kichankwon <35328573+kichankwon@users.noreply.github.com> Date: Thu, 26 Apr 2018 01:35:10 +0000 (+0900) Subject: [Information] Fix invalid mapping key for TV product (#225) X-Git-Tag: accepted/tizen/4.0/unified/20180503.080629~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=e3c0b323957f5e493c9c63f1dc004740a94edb47;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [Information] Fix invalid mapping key for TV product (#225) Signed-off-by: Kichan Kwon --- 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()