diff options
| author | 2015-12-17 11:26:48 -0800 | |
|---|---|---|
| committer | 2015-12-17 11:26:48 -0800 | |
| commit | 84d1b18b7be03f1e15b61adcb543d1a47dec5952 (patch) | |
| tree | 59ae1b7c8d08e52a302267e4760a6d92ba84b87f | |
| parent | 4981ae908349767fee7976cc82c54a7fb00ee4fd (diff) | |
| parent | 738a557d54153eedc74aee3dfb128f84e8ca13d4 (diff) | |
Merge "Fix typo in config.xml file"
am: 738a557d54
* commit '738a557d54153eedc74aee3dfb128f84e8ca13d4':
Fix typo in config.xml file
| -rw-r--r-- | core/res/res/values/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 7aeba810b8da..b66a4ab7b559 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2356,7 +2356,7 @@ <!-- 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. --> + <!-- The OEM specified sensor type for the gesture to launch the camera app. --> <integer name="config_cameraLaunchGestureSensorType">-1</integer> <!-- The OEM specified sensor string type for the gesture to launch camera app, this value must match the value of config_cameraLaunchGestureSensorType in OEM's HAL --> |