diff options
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Camera2/res/values/config.xml (renamed from overlay/packages/apps/Gallery2/res/values/config.xml) | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/packages/apps/Gallery2/res/values/config.xml b/overlay/packages/apps/Camera2/res/values/config.xml index 0b29500..7281cce 100644 --- a/overlay/packages/apps/Gallery2/res/values/config.xml +++ b/overlay/packages/apps/Camera2/res/values/config.xml @@ -18,15 +18,6 @@ --> <resources> - <!-- Allows setting video size before recording starts --> - <bool name="needsEarlyVideoSize">true</bool> - <!-- Force use of profile video size --> - <bool name="useProfileVideoSize">true</bool> <!-- Use ZSL mode --> <bool name="enableZSL">true</bool> - <!-- Magic for enabling ZSL on Samsung cameras --> - <bool name="sendMagicSamsungZSLCommand">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> </resources> |