diff options
-rw-r--r-- | overlay/packages/apps/Camera/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/packages/apps/Camera/res/values/config.xml b/overlay/packages/apps/Camera/res/values/config.xml index 8f6b65b..1f52c20 100644 --- a/overlay/packages/apps/Camera/res/values/config.xml +++ b/overlay/packages/apps/Camera/res/values/config.xml @@ -22,8 +22,8 @@ <bool name="needsEarlyVideoSize">true</bool> <!-- Samsung Camcorder Mode --> <bool name="needsSamsungCamMode">true</bool> - <!-- Samsung Camera Settings --> - <bool name="hasSamsungCamSettings">true</bool> + <!-- Force use of profile video size --> + <bool name="useProfileVideoSize">true</bool> <!-- The camera removes the focus modes by default when touch-to-focus exists. Use this option to change that behavior --> <bool name="wantsFocusModes">true</bool> |