How to detect airplane mode programmatically in windows phone 10
问题 ITNOA I want to detect airplane mode in windows phone 10 ( Universal Windows Application ) programmatically. Is there any way? thx 回答1: You can use this documentation and MobileBroadbandRadioState enum for UWP apps but it's reserved for mobile operators and you can't use it in app you want to upload to Store. First, you have to edit Package.appxmanifest file and add rescap namespace <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas