Unbanish memory screen and new UX
Give memory screen a makeover so that it looks nice enough to be restored to its rightful home. Bug: 20694769 Change-Id: I2f6933037b3fbbfb0d9fe5e3ca821ef59e171faa
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user