Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
318 views
in Technique[技术] by (71.8m points)

power management - How to get information about android battery usage by application

How can I get battery usage per application in Android.

I need to know % of battery spent by application.

Is it possible using SDK?

What I need is the information that's available on an Android device under "Settings>About phone>Battery use", but for specific applications

Thanks

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

The project isn't complete by any stretch of the imagination, but I created an application framework (kinda...that was the goal, it's not there yet) to do just this. Check out http://syspower.googlecode.com. You won't be able to get the percentage by application unless you calculate the usage for all applications but you can get quantitative values for power consumption. You can obviously then use those numbers to calculate a percentage. Also, you should note that the power consumption API is private and in order to access it, I had to use a number of reflective calls to access private and hidden data members. Given that, it may or may not work with all Android versions (I've tested it with 1.6-2.1). I basically had to reverse engineer the FuelGuage app from the open source repository.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...