Start playing the FM radio
Start playing the FM radio at the desired frequency. Works only when radio state is READY.
var currentRadioState = tizen.fmradio.state;
if (currentRadioState == "READY") {
tizen.fmradio.start(90.7);
}