overlays: Add overlays for api_v2 and Snap Camera

This commit is contained in:
Keertesh
2018-02-08 07:57:51 +00:00
parent 00f58574c5
commit fdd4075f6c

View File

@@ -16,6 +16,7 @@
-->
<resources>
<!-- Opens back camera using openLegacy() -->
<bool name="back_camera_open_legacy">false</bool>
@@ -32,4 +33,7 @@
Example: 1920x1080 -->
<string name="preview_size_for_photo">1280x960</string>
<!-- Enable support for camera api v2 -->
<bool name="support_camera_api_v2">true</bool>
</resources>