-1

i am using the radio class in my application

FMRadio myRadio = FMRadio.Instance;

            // Turn the radio on.
            myRadio.PowerMode = RadioPowerMode.On;
            myRadio.CurrentRegion = RadioRegion.Europe;

            // Set the frequency.
            myRadio.Frequency = 92.7;

will the application exit and the radio of my phone will appear or will it play in background??

Jonas
  • 121,568
  • 97
  • 310
  • 388
Vivek Maskara
  • 1,073
  • 11
  • 29

1 Answers1

0

Yes, it will play on the background when you exit your app.

Martin Suchan
  • 10,600
  • 3
  • 36
  • 66