diff options
author | tomascus <arbiter1000@gmail.com> | 2017-06-01 00:24:21 +1000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-06-06 01:16:44 +0000 |
commit | 2e3db9e9e731a88a0a72d5ea6e8eeeff24ea552b (patch) | |
tree | 05a1d067f06dd22234014227866805ad1d545986 /overlay | |
parent | 6005089d1cf42126b4e43d7cb01a64930047489c (diff) |
shinano-common: move Snap overlay to msm8974-common
Change-Id: I498ba8ad9ec5f2f0d7ce5fd887217f88be2013b8
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/packages/apps/Snap/res/values/config.xml | 41 | ||||
-rw-r--r-- | overlay/packages/apps/Snap/res/values/qcomarrays.xml | 20 |
2 files changed, 0 insertions, 61 deletions
diff --git a/overlay/packages/apps/Snap/res/values/config.xml b/overlay/packages/apps/Snap/res/values/config.xml deleted file mode 100644 index 45e70f7..0000000 --- a/overlay/packages/apps/Snap/res/values/config.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2016 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. ---> - -<!-- 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() and forces api v1 --> - <bool name="back_camera_open_legacy">false</bool> - - <!-- Opens front camera using openLegacy() and forces api v1 --> - <bool name="front_camera_open_legacy">false</bool> - - <!-- Use following iso parameter.--> - <string name="key_iso">sony-iso</string> - <string name="key_iso_values">sony-iso-values</string> - - <!-- ISO values use numbers. - Example: 50 instead of ISO50 --> - <bool name="iso_values_use_numbers">true</bool> - -</resources> diff --git a/overlay/packages/apps/Snap/res/values/qcomarrays.xml b/overlay/packages/apps/Snap/res/values/qcomarrays.xml deleted file mode 100644 index 5b44e0a..0000000 --- a/overlay/packages/apps/Snap/res/values/qcomarrays.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2017 The LineageOS 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> - <!-- Zero shutter lag--> - <string name="pref_camera_zsl_default" translatable="false">off</string> -</resources> |