gts3l-common: snap: Remove unnecessary RAM option

The default value is already that value

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I3290599e40849698ddad8972d320c90e275a4ed3
This commit is contained in:
Deokgyu Yang 2021-08-30 22:41:11 +09:00
parent 4de60f49cc
commit 6adf5e3320

View file

@ -15,9 +15,6 @@
<!-- Camera app resources that may need to be customized <!-- Camera app resources that may need to be customized
for different hardware or product builds. --> for different hardware or product builds. -->
<resources> <resources>
<!-- This value may be tweaked to save memory on low RAM devices. The value
is the percentage of camera preview height/width to scale to. -->
<integer name="panorama_frame_size_reduction">100</integer>
<!-- Opens back camera using openLegacy() and forces api v1 --> <!-- Opens back camera using openLegacy() and forces api v1 -->
<bool name="back_camera_open_legacy">false</bool> <bool name="back_camera_open_legacy">false</bool>