sm6250-common: overlay-lineage: Don't use OpenLegacy() for opening camera

Change-Id: I387adeec3452a827c428db3bb752f025966578c5
This commit is contained in:
Arne Coucheron 2016-01-11 23:38:50 +01:00 committed by Cosmin Tanislav
parent 2367ae5966
commit da93987210

View File

@ -18,4 +18,10 @@
<resources>
<!-- Enable support for camera api v2 -->
<bool name="support_camera_api_v2">true</bool>
<!-- Opens back camera using openLegacy() -->
<bool name="back_camera_open_legacy">false</bool>
<!-- Opens front camera using openLegacy() -->
<bool name="front_camera_open_legacy">false</bool>
</resources>