diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-03-23 20:47:28 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:33:20 +0200 |
commit | cfb23f16388000099c27a26db5ee690074aea434 (patch) | |
tree | b0f40a9817ebc5c2a798acece163a4b23e1eb734 /overlay/packages | |
parent | 24fccc05b81437b63b376ebc16ad48af1d65aaac (diff) |
overlay: Remove snap
Diffstat (limited to 'overlay/packages')
-rw-r--r-- | overlay/packages/apps/Snap/res/values/config.xml | 24 | ||||
-rw-r--r-- | overlay/packages/apps/Snap/res/values/qcomstrings.xml | 25 |
2 files changed, 0 insertions, 49 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 b05f131..0000000 --- a/overlay/packages/apps/Snap/res/values/config.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2012 The Android Open Source Project - 2015 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> - <!-- This value may be tweaked to save memory on low RAM devices. The value - is the percentage of camera preview height/width to scale to. --> - <integer name="panorama_frame_size_reduction">100</integer> - - <!-- Restart preview for back camera onPictureTaken --> - <bool name="back_camera_restart_preview_onPictureTaken">true</bool> -</resources> diff --git a/overlay/packages/apps/Snap/res/values/qcomstrings.xml b/overlay/packages/apps/Snap/res/values/qcomstrings.xml deleted file mode 100644 index d477e42..0000000 --- a/overlay/packages/apps/Snap/res/values/qcomstrings.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. - Copyright (C) 2014-2016 The CyanogenMod Project - - Not a Contribution. - - Copyright (C) 2007 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> - <!-- HDR needs 1x frame --> - <string name="pref_camera_hdr_need_1x_default" translatable="false">false</string> -</resources> |