[Information] Fix invalid mapping key for TV product (#225)
authorkichankwon <35328573+kichankwon@users.noreply.github.com>
Thu, 26 Apr 2018 01:35:10 +0000 (10:35 +0900)
committerGitHub <noreply@github.com>
Thu, 26 Apr 2018 01:35:10 +0000 (10:35 +0900)
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/Tizen.System.Information/RuntimeInfo/TvProductHelper.cs

index 78741eb..aa22978 100755 (executable)
@@ -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()