Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Content.MediaContent / Tizen.Content.MediaContent / Features.cs
old mode 100644 (file)
new mode 100755 (executable)
index 245a94a..e0c2d23
@@ -22,7 +22,7 @@ static internal class Features
 
     internal static bool IsSupported(string key)
     {
-        if (SystemInfo.TryGetValue(key, out bool value))
+        if (Information.TryGetValue(key, out bool value))
         {
             return value;
         }