diff options
author | Fabian Leutenegger <fabian.leutenegger@bluewin.ch> | 2017-06-03 12:47:00 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-08-20 13:51:07 +0200 |
commit | 1589fcc8026bb55f723b9368c9d06ac7a5a37452 (patch) | |
tree | c085231a61287b6668c4f35ec418866fa15893cd | |
parent | 8914520f88a8cc7f587e1ef88b86d7d5dc612cbe (diff) |
gemini: add SnapdragonCamera overlay
* Its needed, otherwise Camera will crash after picture got taken
Change-Id: Ia2a311aafc90e008ce126a326dc1fdffcb8d9a69
Signed-off-by: dd3boh <dade.garberi@gmail.com>
-rw-r--r-- | overlay/packages/apps/SnapdragonCamera/res/values/config.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/overlay/packages/apps/SnapdragonCamera/res/values/config.xml b/overlay/packages/apps/SnapdragonCamera/res/values/config.xml new file mode 100644 index 0000000..2e5456b --- /dev/null +++ b/overlay/packages/apps/SnapdragonCamera/res/values/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<resources> + + <!-- 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> |