Assert.IsTrue(isError, string.Format("TryGetValue return false for valid bool key: bluetooth"));\r
}
- Information.TryGetValue<bool>("http://tizen.org/runtimefeature/packetdata", out supported);
+ Information.TryGetValue<bool>("http://tizen.org/feature/network.telephony", out supported);
if (supported)
{
isError = Information.TryGetValue<bool>("http://tizen.org/runtimefeature/packetdata", out keyValueBool);
Assert.IsTrue(isError, string.Format("TryGetValue return false for valid bool key: packetdata"));
}
- Information.TryGetValue<bool>("http://tizen.org/runtimefeature/dataroaming", out supported);
+ Information.TryGetValue<bool>("http://tizen.org/feature/network.telephony", out supported);
if (supported)
{
isError = Information.TryGetValue<bool>("http://tizen.org/runtimefeature/dataroaming", out keyValueBool);
Assert.IsTrue(isError, string.Format("TryGetValue return false for valid bool key: dataroaming"));
}
- Information.TryGetValue<bool>("http://tizen.org/runtimefeature/vibration", out supported);
+ Information.TryGetValue<bool>("http://tizen.org/feature/feedback.vibration", out supported);
if (supported)
{
isError = Information.TryGetValue<bool>("http://tizen.org/runtimefeature/vibration", out keyValueBool);
Assert.IsTrue(isError, string.Format("TryGetValue return false for valid bool key: charger"));
}
- Information.TryGetValue<bool>("http://tizen.org/runtimefeature/tvout", out supported);
+ Information.TryGetValue<bool>("http://tizen.org/feature/screen.output.hdmi", out supported);
+ if (!supported)
+ Information.TryGetValue<bool>("http://tizen.org/feature/screen.output.rca", out supported);
+
if (supported)
{
isError = Information.TryGetValue<bool>("http://tizen.org/runtimefeature/tvout", out keyValueBool);