diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-19 18:04:38 +0100 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2012-12-19 18:04:38 +0100 |
commit | 5395db561b21ed5fd3d4ad47c8d6580a5f9ad713 (patch) | |
tree | ef8804b92ebc47d2943eacddadf72c1d8cbd7841 /overlay | |
parent | 7b75ae1d8f40fbe730ec7ee4aaff1a97b96c4f51 (diff) | |
download | device_samsung_galaxys2-common-5395db561b21ed5fd3d4ad47c8d6580a5f9ad713.zip device_samsung_galaxys2-common-5395db561b21ed5fd3d4ad47c8d6580a5f9ad713.tar.gz device_samsung_galaxys2-common-5395db561b21ed5fd3d4ad47c8d6580a5f9ad713.tar.bz2 |
galaxys2: don't hide focus modes
Change-Id: I085337febda57ff69e415e864cffcba14effcc8b
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Camera/res/values/config.xml | 3 |
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 472a0b2..8f6b65b 100644 --- a/overlay/packages/apps/Camera/res/values/config.xml +++ b/overlay/packages/apps/Camera/res/values/config.xml @@ -24,4 +24,7 @@ <bool name="needsSamsungCamMode">true</bool> <!-- Samsung Camera Settings --> <bool name="hasSamsungCamSettings">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> |