Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Sensor / Tizen.Sensor / Sensor.cs
index 9b48dee..2210fd3 100755 (executable)
@@ -287,7 +287,7 @@ namespace Tizen.Sensor
         internal static bool CheckIfSupported(SensorType type, String key)
         {
             bool isSupported = false;
-            bool error = SystemInfo.TryGetValue(key, out isSupported);
+            bool error = Information.TryGetValue(key, out isSupported);
 
             if (!error || !isSupported)
             {