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

Commit 779d34b0 authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Disable memory trimming on AoD and on unlock" into udc-qpr-dev

parents 67418d25 064a05f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -694,11 +694,11 @@ object Flags {
    // TODO(b/283071711): Tracking bug
    @JvmField
    val TRIM_RESOURCES_WITH_BACKGROUND_TRIM_AT_LOCK =
            releasedFlag(2401, "trim_resources_with_background_trim_on_lock")
            unreleasedFlag(2401, "trim_resources_with_background_trim_on_lock")

    // TODO:(b/283203305): Tracking bug
    @JvmField
    val TRIM_FONT_CACHES_AT_UNLOCK = releasedFlag(2402, "trim_font_caches_on_unlock")
    val TRIM_FONT_CACHES_AT_UNLOCK = unreleasedFlag(2402, "trim_font_caches_on_unlock")

    // 2700 - unfold transitions
    // TODO(b/265764985): Tracking Bug