OSDN Git Service

Add detail page for Battery usage and track GPS and foreground CPU.
authorAmith Yamasani <yamasani@google.com>
Wed, 3 Jun 2009 22:45:40 +0000 (15:45 -0700)
committerAmith Yamasani <yamasani@google.com>
Wed, 3 Jun 2009 23:31:15 +0000 (16:31 -0700)
commit7f6aa6283ae759c5b013c142be036617cf79f725
treecd5f60bdf8707632db5f070a16715b6b69e8976d
parent110b75cde7ca21e83fb84cab70b7d11bdff54f2c
Add detail page for Battery usage and track GPS and foreground CPU.

Show details such as Cpu time, Cpu foreground time, data sent/received,
and GPS usage.
AndroidManifest.xml
res/layout/power_usage_detail_item_text.xml [new file with mode: 0644]
res/layout/power_usage_details.xml [new file with mode: 0644]
res/values/strings.xml
res/xml/power_usage_summary.xml
src/com/android/settings/fuelgauge/PowerGaugePreference.java
src/com/android/settings/fuelgauge/PowerUsageDetail.java [new file with mode: 0644]
src/com/android/settings/fuelgauge/PowerUsageSummary.java