Banish the memory page to Apps > Advanced

Bug: 21129029
Change-Id: I5ea6c88505e553a4340e9c60377952af7e802a44
diff --git a/res/xml/advanced_apps.xml b/res/xml/advanced_apps.xml
index 1bb9c58..323dca1 100644
--- a/res/xml/advanced_apps.xml
+++ b/res/xml/advanced_apps.xml
@@ -50,4 +50,8 @@
             android:value="com.android.settings.Settings$HighPowerApplicationsActivity" />
     </PreferenceScreen>
 
+    <PreferenceScreen
+        android:title="@string/memory_settings_title"
+        android:fragment="com.android.settings.applications.ProcessStatsUi" />
+
 </PreferenceScreen>
diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml
index cdc1166..14a4db6 100644
--- a/res/xml/dashboard_categories.xml
+++ b/res/xml/dashboard_categories.xml
@@ -134,13 +134,13 @@
                 android:icon="@drawable/ic_settings_multiuser"
                 />
 
-        <!-- Memory -->
+        <!-- Memory (hidden for now)
         <dashboard-tile
                 android:id="@+id/manage_memory"
                 android:title="@string/memory_settings_title"
                 android:fragment="com.android.settings.applications.ProcessStatsUi"
                 android:icon="@drawable/ic_settings_memory"
-                />
+                /> -->
 
         <!-- Manage NFC payment apps -->
         <dashboard-tile