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

Commit 10ac0e81 authored by Naina Nalluri's avatar Naina Nalluri Committed by Android (Google) Code Review
Browse files

Merge "Add config for cbrs"

parents dccb7769 77b5e7da
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3748,4 +3748,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
@@ -3544,4 +3544,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>