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.
This commit is contained in:
Amith Yamasani
2009-06-03 15:45:40 -07:00
parent 110b75cde7
commit 7f6aa6283a
8 changed files with 520 additions and 41 deletions

View File

@@ -15,10 +15,6 @@
-->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/power_usage_summary_title">
<PreferenceCategory
android:key="app_list"
android:title="Application usage"/>
android:title="@string/battery_since_unplugged">
</PreferenceScreen>