diff options
author | tomascus <arbiter1000@gmail.com> | 2017-04-25 21:18:15 +1000 |
---|---|---|
committer | tomascus <arbiter1000@gmail.com> | 2017-04-25 21:18:15 +1000 |
commit | 652fc77c95ceb9c72af2615c7a385349b89a932d (patch) | |
tree | 7e5148ec35f6bd6342dabf8743045e4c7d5a4045 /overlay | |
parent | 8401bf41b875aed548c109dd4dec3aaf49012c21 (diff) |
shinano-common: Snap: don't use OpenLegacy
Our camera doesn't appear to support this with logcat showing a warning
Change-Id: If64d8adec1908a2d00cff9e5b1a836cf3c09af76
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Snap/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/packages/apps/Snap/res/values/config.xml b/overlay/packages/apps/Snap/res/values/config.xml index bbbcc7f..45e70f7 100644 --- a/overlay/packages/apps/Snap/res/values/config.xml +++ b/overlay/packages/apps/Snap/res/values/config.xml @@ -25,10 +25,10 @@ <bool name="front_camera_restart_preview_onPictureTaken">true</bool> <!-- Opens back camera using openLegacy() and forces api v1 --> - <bool name="back_camera_open_legacy">true</bool> + <bool name="back_camera_open_legacy">false</bool> <!-- Opens front camera using openLegacy() and forces api v1 --> - <bool name="front_camera_open_legacy">true</bool> + <bool name="front_camera_open_legacy">false</bool> <!-- Use following iso parameter.--> <string name="key_iso">sony-iso</string> |