diff options
author | Jeff Sharkey <jsharkey@android.com> | 2011-05-30 16:19:56 -0700 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2011-06-09 09:26:30 -0700 |
commit | ab2d8d3a38857b8c155e6c6393c5821f5a341aae (patch) | |
tree | fe7fecb67b8300c245bbbfc0434fd3f45774d03c /Android.mk | |
parent | 32232fd9f2751b8618111831749ace5c9df021e8 (diff) | |
download | packages_apps_settings-ab2d8d3a38857b8c155e6c6393c5821f5a341aae.zip packages_apps_settings-ab2d8d3a38857b8c155e6c6393c5821f5a341aae.tar.gz packages_apps_settings-ab2d8d3a38857b8c155e6c6393c5821f5a341aae.tar.bz2 |
Checkpoint of data usage UI, graphs and lists.
Chart of network usage over time, with draggable "sweep" bars for
inspection region and warning/limits. Talks with NetworkStatsService
for live data, and updates list of application usage as inspection
region changes.
Change-Id: I2a406e6776daf7d74143c07ec683c10fe711c277
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) +LOCAL_STATIC_JAVA_LIBRARIES := guava + LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src) |