diff options
| -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 --> |