How to simulate low battery in Android devices

后端 未结 6 1831
独厮守ぢ
独厮守ぢ 2021-01-11 09:37

Can anyone tell me how can I simulate low battery in my rooted device?

I gone through this question but did not find much information on this.

6条回答
  •  北海茫月
    2021-01-11 10:17

    The link from @user2240369 actually leads you to the right answer. You should do this:

    telnet localhost 5554 #or wahtever port you are using
    power capacity 60
    

提交回复
热议问题