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

Commit e83116ce authored by Vadym Omelnytskyi's avatar Vadym Omelnytskyi Committed by Android (Google) Code Review
Browse files

Merge "Display: add config_cv_available" into main

parents 2d8a8524 5b71a418
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7505,4 +7505,6 @@
    <!-- Default name for all newly configured tv profiles. -->
    <string name="config_configured_tv_profile_name">configured_user</string>

    <!-- Whether cv is available on the device. -->
    <bool name="config_cv_available">false</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -6021,4 +6021,6 @@
  <!-- Default name for newly configured tv profile. -->
  <java-symbol type="string" name="config_configured_tv_profile_name" />

  <!-- Whether cv is available on the device. -->
  <java-symbol type="bool" name="config_cv_available" />
</resources>