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

Commit 275cc854 authored by Preeti Ahuja's avatar Preeti Ahuja Committed by Linux Build Service Account
Browse files

Introduce a new config item: config_lte_capable

config_lte_capable is set to true when the device is
LTE capable.

CRs-Fixed: 628506

Conflicts:
core/res/res/values/config.xml
core/res/res/values/symbols.xml
Change-Id: I0032ff41a37509eb0acf25f1ee08de6cbd01511e
parent 688abde9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1872,4 +1872,7 @@
    <!-- Configuration to set delete any partial segments expire age -->
    <!-- 30 days by default (60 * 60 * 1000) * 24 * 30 , no long so use string-->
    <string name="config_partial_segment_expire_age">2592000000</string>

    <!-- Is the device LTE capable -->
    <bool name="config_lte_capable">true</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -338,6 +338,7 @@
  <java-symbol type="integer" name="config_wifi_framework_network_black_list_min_time_milli" />
  <java-symbol type="bool" name="skip_radio_power_off_on_sim_refresh_reset" />
  <java-symbol type="bool" name="config_ascii_7bit_support_for_long_message" />
  <java-symbol type="bool" name="config_lte_capable" />
  <java-symbol type="integer" name="config_bluetooth_max_advertisers" />
  <java-symbol type="integer" name="config_bluetooth_max_scan_filters" />
  <java-symbol type="integer" name="config_cursorWindowSize" />