diff options
Diffstat (limited to 'src/com/android/settings/InstrumentedFragment.java')
-rw-r--r-- | src/com/android/settings/InstrumentedFragment.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/settings/InstrumentedFragment.java b/src/com/android/settings/InstrumentedFragment.java index 2da39da..2fe631d 100644 --- a/src/com/android/settings/InstrumentedFragment.java +++ b/src/com/android/settings/InstrumentedFragment.java @@ -26,7 +26,8 @@ public abstract class InstrumentedFragment extends PreferenceFragment { // Declare new temporary categories here, starting after this value. public static final int UNDECLARED = 100000; - public static final int APPLICATIONS_MANAGE_ASSIST = UNDECLARED+1; + public static final int APPLICATIONS_MANAGE_ASSIST = UNDECLARED + 1; + public static final int PROCESS_STATS_SUMMARY = UNDECLARED + 2; /** * Declare the view of this category. |