I am trying to develop a Windows Phone 8 application that behaves differently according to the charge percentage of the phone's battery (stops doing some tasks if the user has a low battery charge percentage). I would like to test that in Visual Studio's WP8 simulator, but I have no clue on how to change the charge percentage. Is this possible?

有帮助吗?

解决方案

Unfortunately it is not. You have to test it on a real device but keep in mind that if you are in debugging mode you are connected via an USB cable ;) This could falsify your results.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top