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

Commit b35a9c51 authored by Arne Coucheron's avatar Arne Coucheron Committed by Michael Bestas
Browse files

SystemUI: Only add GarbageMonitor tile to default tiles on ENG builds

Change-Id: Ice1bab5f3d1b3a15f20085cfb7f5578c7f70855a
parent 1f9890e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -539,7 +539,7 @@ public class QSTileHost implements QSHost, Tunable, PluginListener<QSFactory>, D
        final String defaultTileList = res.getString(R.string.quick_settings_tiles_default);

        tiles.addAll(Arrays.asList(defaultTileList.split(",")));
        if (Build.IS_DEBUGGABLE
        if (Build.IS_ENG
                && GarbageMonitor.ADD_MEMORY_TILE_TO_DEFAULT_ON_DEBUGGABLE_BUILDS) {
            tiles.add(GarbageMonitor.MemoryTile.TILE_SPEC);
        }