我在我的应用程序中使用无线电类
FMRadio myRadio = FMRadio.Instance;
// Turn the radio on.
myRadio.PowerMode = RadioPowerMode.On;
myRadio.CurrentRegion = RadioRegion.Europe;
// Set the frequency.
myRadio.Frequency = 92.7;
应用程序会退出,我手机的收音机会出现还是会在后台播放??