I would like to make an app that shows a single form with the current battery charge value, and the percentage of CPU usage, and performs operations to discharge the battery, such as a maximum CPU usage
And so the question is: what code to use to display battery charge, display CPU usage percentage, push CPU usage to the maximum?
Since last update to targetversion 26 the battery_changed event seems doesn't launch at start. Is there a way to force the event or ask for battery level programatically? Thanks