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

Commit 5b71a418 authored by Vadym Omelnytskyi's avatar Vadym Omelnytskyi
Browse files

Display: add config_cv_available

Added `config_cv_available` bool framework res config
that will indicate whether the CV feature is available or not. Mostly, it will indicate if the user has a CV feature UI or not.

Flag: EXEMPT config resources
Test: verified that it may be checked by applications
Bug: 390644464

Change-Id: I4ba651f155ba2ac2bec2489362fcb890dceef683
parent db8d9a63
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
@@ -6018,4 +6018,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>