diff options
author | sbrissen <sbrissen@hotmail.com> | 2014-01-28 07:43:49 -0500 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2014-01-29 16:23:01 +0000 |
commit | f19e4108885a2f582a2993e238ddbf417a4e378f (patch) | |
tree | cd4145ff303cb7a35b2fac0fa1702acc2045add4 /overlay/packages | |
parent | b5007ffc2decdfeacf02f722ff889f0b7ed3b68b (diff) | |
download | device_samsung_smdk4412-common-f19e4108885a2f582a2993e238ddbf417a4e378f.zip device_samsung_smdk4412-common-f19e4108885a2f582a2993e238ddbf417a4e378f.tar.gz device_samsung_smdk4412-common-f19e4108885a2f582a2993e238ddbf417a4e378f.tar.bz2 |
smdk4412-common: rename Gallery2 -> Camera2
Change-Id: Id8d11bb4a864060d0bc49fd9da28c4ca09c851d6
Diffstat (limited to 'overlay/packages')
-rw-r--r-- | overlay/packages/apps/Camera2/res/values/config.xml (renamed from overlay/packages/apps/Gallery2/res/values/config.xml) | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/packages/apps/Gallery2/res/values/config.xml b/overlay/packages/apps/Camera2/res/values/config.xml index 0b29500..7281cce 100644 --- a/overlay/packages/apps/Gallery2/res/values/config.xml +++ b/overlay/packages/apps/Camera2/res/values/config.xml @@ -18,15 +18,6 @@ --> <resources> - <!-- Allows setting video size before recording starts --> - <bool name="needsEarlyVideoSize">true</bool> - <!-- Force use of profile video size --> - <bool name="useProfileVideoSize">true</bool> <!-- Use ZSL mode --> <bool name="enableZSL">true</bool> - <!-- Magic for enabling ZSL on Samsung cameras --> - <bool name="sendMagicSamsungZSLCommand">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> |