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

Commit 77b5e7da authored by Naina Nalluri's avatar Naina Nalluri
Browse files

Add config for cbrs

Add config to check whether cbrs
is supported or not

Bug: 121291721
Test: Tested enable/disable of the setting on device

Change-Id: I8b62d2290b925fa03b938562e80dff9b7a1098df
parent 04780a12
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3732,4 +3732,7 @@

    <!-- Enable Zram writeback feature to allow unused pages in zram be written to flash. -->
    <bool name="config_zramWriteback">false</bool>

    <!-- Whether cbrs is supported on the device or not -->
    <bool translatable="false" name="config_cbrs_supported">false</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -3541,4 +3541,7 @@
  <java-symbol type="bool" name="config_silenceSensorAvailable" />

  <java-symbol type="bool" name="config_zramWriteback" />

  <!-- For CBRS -->
  <java-symbol type="bool" name="config_cbrs_supported" />
</resources>