summaryrefslogtreecommitdiffstats
path: root/overlay/packages/apps/Camera/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/packages/apps/Camera/res/values/config.xml')
-rw-r--r--overlay/packages/apps/Camera/res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml
index b04e221..53d01a7 100644
--- a/overlay/packages/apps/Camera/res/values/config.xml
+++ b/overlay/packages/apps/Camera/res/values/config.xml
@@ -28,4 +28,7 @@
<bool name="enableZSL">true</bool>
<!-- The camera HAL does its own preview state management during snaps -->
<bool name="previewStopsDuringSnapshot">true</bool>
+ <!-- The camera removes the focus modes by default when touch-to-focus
+ exists. Use this option to change that behavior -->
+ <bool name="wantsFocusModes">true</bool>
</resources>