diff options
-rw-r--r-- | overlay/packages/apps/Snap/res/values/config.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/overlay/packages/apps/Snap/res/values/config.xml b/overlay/packages/apps/Snap/res/values/config.xml index f77fcfb..8376863 100644 --- a/overlay/packages/apps/Snap/res/values/config.xml +++ b/overlay/packages/apps/Snap/res/values/config.xml @@ -17,10 +17,11 @@ <!-- Camera app resources that may need to be customized for different hardware or product builds. --> <resources> - <!-- 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> + <!-- Restart preview for back camera onPictureTaken --> + <bool name="back_camera_restart_preview_onPictureTaken">true</bool> + + <!-- Restart preview for front camera onPictureTaken --> + <bool name="front_camera_restart_preview_onPictureTaken">true</bool> </resources> |