0

no fm radio api found for windows phone 8.1 , and UWP and how trigger radio on/off

i found 'using Microsoft.Devices.Radio' but not works on windows phone 8.1 only works for windows phone 7

Jonas
  • 121,568
  • 97
  • 310
  • 388
Shubham Sahu
  • 1,963
  • 1
  • 17
  • 34

2 Answers2

1

In UWP it is now Windows.Devices.Radios, you can refer to the Radio class, but FM is not currently available. You can refer to RadioKind enumeration

enter image description here

Seems this will be supported in the future, I think you may submit a request to add this new feature for development through the Windows Feedback tool.

Grace Feng
  • 16,564
  • 2
  • 22
  • 45
0

Yes, it is possible. Make a new project in Visual Studio for Windows Phone 8.0/8.1 Silverlight App after installing the installing the appropriate sdk.

and also create two project with win phone silverlight and class and another UWP and reference it in UWP app , now we able to use silverlight api in uwp

Shubham Sahu
  • 1,963
  • 1
  • 17
  • 34