Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Common.Internal / Features.cs
old mode 100644 (file)
new mode 100755 (executable)
index 50c8508..58b1ec6
@@ -26,7 +26,7 @@ namespace Tizen.Multimedia
         internal static bool IsSupported(string featureKey)
         {
             bool supported = false;
-            SystemInfo.TryGetValue(featureKey, out supported);
+            Information.TryGetValue(featureKey, out supported);
             return supported;
         }