Merge "Add a device overlay for radio off delay due to IMS deregistration" am: 6a5e594515 am: e211df78dc

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1832710

Change-Id: Icd10f46cfaa00ff940a82d54e4cde2d283930a5f
This commit is contained in:
Brad Ebinger
2021-09-29 18:45:11 +00:00
committed by Automerger Merge Worker
2 changed files with 6 additions and 0 deletions

View File

@@ -3188,6 +3188,11 @@
and one pSIM) --> and one pSIM) -->
<integer name="config_num_physical_slots">1</integer> <integer name="config_num_physical_slots">1</integer>
<!-- When a radio power off request is received, we will delay completing the request until
either IMS moves to the deregistered state or the timeout defined by this configuration
elapses. If 0, this feature is disabled and we do not delay radio power off requests.-->
<integer name="config_delay_for_ims_dereg_millis">0</integer>
<!--Thresholds for LTE dbm in status bar--> <!--Thresholds for LTE dbm in status bar-->
<integer-array translatable="false" name="config_lteDbmThresholds"> <integer-array translatable="false" name="config_lteDbmThresholds">
<item>-140</item> <!-- SIGNAL_STRENGTH_NONE_OR_UNKNOWN --> <item>-140</item> <!-- SIGNAL_STRENGTH_NONE_OR_UNKNOWN -->

View File

@@ -484,6 +484,7 @@
<java-symbol type="string" name="config_deviceSpecificDevicePolicyManagerService" /> <java-symbol type="string" name="config_deviceSpecificDevicePolicyManagerService" />
<java-symbol type="string" name="config_deviceSpecificAudioService" /> <java-symbol type="string" name="config_deviceSpecificAudioService" />
<java-symbol type="integer" name="config_num_physical_slots" /> <java-symbol type="integer" name="config_num_physical_slots" />
<java-symbol type="integer" name="config_delay_for_ims_dereg_millis" />
<java-symbol type="array" name="config_integrityRuleProviderPackages" /> <java-symbol type="array" name="config_integrityRuleProviderPackages" />
<java-symbol type="bool" name="config_useAssistantVolume" /> <java-symbol type="bool" name="config_useAssistantVolume" />
<java-symbol type="string" name="config_bandwidthEstimateSource" /> <java-symbol type="string" name="config_bandwidthEstimateSource" />