We have a use case in which we want to monitor some windows devices remotely. In Windows 10 mobile OS Settings > Update & Security > For developers there are three options:
- Use developer features.
- Device discovery.
- Device Portal
We want to detect any change in above three settings through a UWP app. I searched a lot but couldn't find a way to do this. I am also open to periodically check the settings and detect a change if its possible.
Note: This app is not a windows store app, it is for our internal use.