diff options
| author | LuK1337 <priv.luk@gmail.com> | 2016-01-15 00:26:20 +0100 |
|---|---|---|
| committer | RolanDroid <rolandosimoncelli8@gmail.com> | 2016-01-17 15:46:55 +0100 |
| commit | 261e527083f04bad4cf523d11eb5a7831ab88e4e (patch) | |
| tree | fa8db6fc4f7c05b5ec35fa82d2766ab61bf745a3 | |
| parent | fbd4fec6596b579ee822532f57d51d8c35a05e11 (diff) | |
peregrine: Exclude unsupported HFR modes
Change-Id: I998d63fe26c5e64f80ce6ee4c2de4662389d4b6f
| -rw-r--r-- | overlay/packages/apps/Snap/res/values/qcomarrays.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/overlay/packages/apps/Snap/res/values/qcomarrays.xml b/overlay/packages/apps/Snap/res/values/qcomarrays.xml new file mode 100644 index 0000000..7452c2b --- /dev/null +++ b/overlay/packages/apps/Snap/res/values/qcomarrays.xml @@ -0,0 +1,35 @@ +<?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> + + <!-- High-framerate recording --> + <string-array name="pref_camera_hfr_entries" translatable="false"> + <item>@string/pref_camera_hfr_entry_off</item> + <item>@string/pref_camera_hfr_entry_2x</item> + </string-array> + + <string-array name="pref_camera_hfr_entryvalues" translatable="false"> + <item>off</item> + <item>hfr60</item> + </string-array> + +</resources> |
