In Windows power options you can set a specific threshold (%) when OS notifies when if battery is in low/critical level. My question is there away to get this value on my C# UWP application? I cant find an API that provides this functionality to get the value or event from OS.
I would like to know is possible to get the threshold values from OS instead of hard coding values like 0.1 for low and 0.07 for critical. I mean the threshold percentage values in advanced power settings, that user can define.