am 888699be: am c291ce21: am 55c3a196: Merge "Add to configure for MDC_INITIAL_MAX_RETRY" into mnc-dr-dev

* commit '888699be90b7db3a759afe60278699aa2b6181d8':
  Add to configure for MDC_INITIAL_MAX_RETRY
This commit is contained in:
Amit Mahajan
2015-09-10 23:44:13 +00:00
committed by Android Git Automerger
2 changed files with 4 additions and 0 deletions

3
core/res/res/values/config.xml Executable file → Normal file
View File

@@ -2303,6 +2303,9 @@
<string-array name="config_cell_retries_per_error_code">
</string-array>
<!-- Set initial MaxRetry value for operators -->
<integer name="config_mdc_initial_max_retry">1</integer>
<!-- The OEM specified sensor type for the gesture to launch the camear app. -->
<integer name="config_cameraLaunchGestureSensorType">-1</integer>
<!-- The OEM specified sensor string type for the gesture to launch camera app, this value

1
core/res/res/values/symbols.xml Executable file → Normal file
View File

@@ -408,6 +408,7 @@
<java-symbol type="integer" name="config_volte_replacement_rat"/>
<java-symbol type="integer" name="config_valid_wappush_index" />
<java-symbol type="integer" name="config_overrideHasPermanentMenuKey" />
<java-symbol type="integer" name="config_mdc_initial_max_retry" />
<java-symbol type="bool" name="config_hasPermanentDpad" />
<java-symbol type="color" name="tab_indicator_text_v4" />