am 70842a4e: am 1f7861b6: am 0c0e35ef: Banish the memory page to Apps > Advanced

* commit '70842a4e3b5160df0dd496e909e19516ec09e406':
  Banish the memory page to Apps > Advanced
This commit is contained in:
Jason Monk
2015-05-15 16:57:13 +00:00
committed by Android Git Automerger
2 changed files with 6 additions and 2 deletions

View File

@@ -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>

View File

@@ -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