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

Commit 071f191b authored by Balázs Triszka's avatar Balázs Triszka Committed by Michael Bestas
Browse files

aconfig: Enable boot animation on multiple displays

* Ensures that bootloader screen is cleared from secondary displays,
  preventing burn-in.
* Follows identical code path if single display is detected.

Change-Id: I28479cb43ca5198f8a448df3c3b3306ec674b07f
parent e7fe3678
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
aconfig_values {
    name: "aconfig-values-lineage-bp4a-com.android.graphics.bootanimation.flags-all",
    package: "com.android.graphics.bootanimation.flags",
    srcs: [
        "*_flag_values.textproto",
    ],
}
+6 −0
Original line number Diff line number Diff line
flag_value {
  package: "com.android.graphics.bootanimation.flags"
  name: "multidisplay"
  state: ENABLED
  permission: READ_ONLY
}