summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2016-01-10 15:36:41 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-10 20:36:33 -0800
commit42a806a3c4ec7d76ca4f4292c9d106eb2e1fdc17 (patch)
tree4dc8161a9c9003398140f44dafff136172cb4704 /res/values
parentf4f58540892ea529256de77f73f4948af82e8511 (diff)
downloadandroid_packages_apps_Snap-42a806a3c4ec7d76ca4f4292c9d106eb2e1fdc17.tar.gz
android_packages_apps_Snap-42a806a3c4ec7d76ca4f4292c9d106eb2e1fdc17.tar.bz2
android_packages_apps_Snap-42a806a3c4ec7d76ca4f4292c9d106eb2e1fdc17.zip
Snap: support setting default preview resolution via overlay
Change-Id: I14c17aec6e5d582cc1f884eba40868a58cab1d03
Diffstat (limited to 'res/values')
-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 8f87c349c..7462a554b 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -41,7 +41,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>