commit | fd210786eab8c4aacbbb3aad5a206c57a732d2dc | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Wed May 13 21:37:51 2015 -0700 |
committer | Amith Yamasani <yamasani@google.com> | Wed May 13 21:37:51 2015 -0700 |
tree | ea2c27867221aad14903a68ba026d7e700fb0729 | |
parent | 78004ec621e082e660a53c48ed4c06ed380764c7 [diff] |
Fix build Change-Id: Id5c76cc0c9ead630d345a4ce173e3e9d141c1af9
diff --git a/src/com/android/settings/fuelgauge/InactiveApps.java b/src/com/android/settings/fuelgauge/InactiveApps.java index 58fc39c..54cdf5d 100644 --- a/src/com/android/settings/fuelgauge/InactiveApps.java +++ b/src/com/android/settings/fuelgauge/InactiveApps.java
@@ -38,7 +38,7 @@ @Override protected int getMetricsCategory() { - return InstrumentedFragment.VIEW_CATEGORY_UNDECLARED; + return InstrumentedFragment.UNDECLARED; } @Override