Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c0e35ef authored by Jason Monk's avatar Jason Monk Committed by Jason Monk
Browse files

Banish the memory page to Apps > Advanced

Bug: 21129029
Change-Id: I5ea6c88505e553a4340e9c60377952af7e802a44
parent 5af3d6f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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>
+2 −2
Original line number Diff line number Diff line
@@ -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