diff options
| author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-07 13:48:29 +0200 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-12 23:04:05 -0800 |
| commit | 6181daf663f29c51d43cdd3b8ed1ab444896173d (patch) | |
| tree | c42b82f4d76234ad27c3b399bd51c9957a0fbe7a | |
| parent | ffdb5a512a6089a77c77f74c02c7ed2eb18b6da9 (diff) | |
deb: Add Snap overlay
Fixes:
* Inability to start the app
* Freezing of camera previews on every shot
Change-Id: Iae079aba4275f5f8fd724731b9830fa26b3a2922
| -rw-r--r-- | overlay/packages/apps/Snap/res/values/config.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/overlay/packages/apps/Snap/res/values/config.xml b/overlay/packages/apps/Snap/res/values/config.xml new file mode 100644 index 0000000..7a7c1df --- /dev/null +++ b/overlay/packages/apps/Snap/res/values/config.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 The Android Open Source Project + 2015-2016 The CyanogenMod 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. +--> + +<!-- Camera app resources that may need to be customized + for different hardware or product builds. --> +<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> + + <!-- 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> +</resources> |
