summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 80b0d9215..a703bffaf 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -38,7 +38,11 @@
<!-- Restart preview for front camera onPictureTaken -->
<bool name="front_camera_restart_preview_onPictureTaken">false</bool>
- <!-- Set's manufacturer specific parameters on startup.
+ <!-- Force use a specific preview-size
+ Example: 1920x1080 -->
+ <string name="preview_size_for_photo"></string>
+
+ <!-- Set's manufacturer specific parameters on startup.
Example: lge-camera=1;cam-mode=0 -->
<string name="manufacturer_key_values"></string>