diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 15:53:00 +0700 |
commit | f7102b858dc849cc94255bc96f95b880dfd93452 (patch) | |
tree | 3e6164b0b02bb62f7093ddc44bbbaebaf44aacf8 /overlay | |
parent | cc834f0c4bb0ce51baddc42d11935438bf63394a (diff) |
Initialising brunch based on davidevinavil device tree (CM14.0 branch)
Diffstat (limited to 'overlay')
7 files changed, 10 insertions, 75 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index 70e9aaa..d35948c 100644..100755 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -73,9 +73,7 @@ <!-- Default screen brightness setting. Must be in the range specified by minimum and maximum. --> - <integer name="config_screenBrightnessSettingDefault">53</integer> - <!-- If this is true, the screen will come on when you unplug usb/power/whatever. --> - <bool name="config_unplugTurnsOnScreen">true</bool> + <integer name="config_screenBrightnessSettingDefault">53</integer> <!-- Does the notification LED support multiple colors? Used to decide if the user can change the colors --> @@ -83,12 +81,8 @@ <!-- Does the battery LED support multiple colors? Used to decide if the user can change the colors --> - <bool name="config_multiColorBatteryLed">false</bool> - <!--Used to decide if we show pulse settings --> - <bool name="config_ledCanPulse">true</bool> + <bool name="config_multiColorBatteryLed">false</bool> - <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. --> - <bool name="config_cellBroadcastAppLinks">true</bool> <!-- Is the notification LED intrusive? Used to decide if there should be a disable option --> <bool name="config_intrusiveNotificationLed">true</bool> @@ -321,10 +315,6 @@ <!-- Is the device capable of hot swapping an ICC Card --> <bool name="config_hotswapCapable">true</bool> - <!-- Flag indicating emergency calls will always use IMS irrespective of the state of - the IMS connection --> - <bool name="useImsAlwaysForEmergencyCall">false</bool> - <!-- Flag specifying whether VoLTE & VT is available on device --> <bool name="config_device_volte_available">true</bool> @@ -410,9 +400,7 @@ <bool name="config_supportDoubleTapWake">true</bool> <!-- Enable overlay for all location components. --> - <string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string> + <string name="config_networkLocationProviderPackageName" translatable="false">com.android.google.gms</string> <string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string> - <!-- Enable blur support --> - <bool name="config_ui_blur_enabled">true</bool> </resources> diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml index 764d30e..0b7d4b4 100644 --- a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml +++ b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml @@ -18,7 +18,7 @@ --> <resources> <!-- 30 seconds for default screen timeout --> - <integer name="def_screen_off_timeout">240000</integer> + <integer name="def_screen_off_timeout">60000</integer> <!-- Set the automatic brightness mode on by default --> <bool name="def_screen_brightness_automatic_mode">true</bool> <!-- Default screen brightness, from 0 to 255. 87 is 34%. --> diff --git a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml index 55de983..bf6717b 100644 --- a/overlay/frameworks/base/packages/SystemUI/res/values/config.xml +++ b/overlay/frameworks/base/packages/SystemUI/res/values/config.xml @@ -21,15 +21,6 @@ for different hardware and product builds. --> <resources> - <!-- Control whether status bar should distinguish HSPA data icon from UMTS - data icon on devices --> - <bool name="config_hspa_data_distinguishable">true</bool> - - <!-- Should "4G" be shown instead of "LTE" when the network is NETWORK_TYPE_LTE? --> - <bool name="config_show4GForLTE">true</bool> - - <!-- Doze: should the pickup sensor be used as a pulse signal? --> - <bool name="doze_pulse_on_pick_up">true</bool> <!-- Doze: does this device support STATE_DOZE and STATE_DOZE_SUSPEND? --> <bool name="doze_display_state_supported">true</bool> @@ -45,5 +36,9 @@ <!-- Doze: pulse parameter - delay to wait for the screen to wake up after an intent --> <integer name="doze_pulse_delay_in_intent">0</integer> + <!-- Control whether status bar should distinguish HSPA data icon form UMTS + data icon on devices --> + <bool name="config_hspa_data_distinguishable">true</bool> + </resources> diff --git a/overlay/frameworks/opt/telephony/resources/res/values/config.xml b/overlay/frameworks/opt/telephony/resources/res/values/config.xml deleted file mode 100644 index 688da80..0000000 --- a/overlay/frameworks/opt/telephony/resources/res/values/config.xml +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (c) 2015, The Linux Foundation. All rights reserved. - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above - copyright notice, this list of conditions and the following - disclaimer in the documentation and/or other materials provided - with the distribution. - * Neither the name of The Linux Foundation nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED - WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT - ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS - BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR - CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR - BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE - OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN - IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---> - -<resources> - <!--The .jar file name which has the extended implementation - of telephony base classes.--> - <string name="telephony_plugin_jar_name" translatable="false">qti-telephony-common.jar</string> - <!--Fully qualified class name of telephony extended plugin.--> - <string name="telephony_plugin_class_name" translatable="false">com.qti.internal.telephony.QtiTelephonyPlugin</string> -</resources> diff --git a/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml b/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml index 1b3fad6..90fba3a 100644 --- a/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml +++ b/overlay/packages/apps/CarrierConfig/res/xml/vendor.xml @@ -1,11 +1,7 @@ <?xml version='1.0' encoding='utf-8' standalone='yes' ?> <carrier_config_list> <carrier_config> - <!-- Flag indicating if the phone is a world phone --> <boolean name="world_phone_bool" value="true" /> - <!-- Flag indicating if dtmf tone type is enabled --> - <bool name="dtmf_type_enabled_bool">true</bool> - <!-- Show cdma auto network mode in (global) roaming --> <boolean name="show_cdma_choices_bool" value="true" /> </carrier_config> </carrier_config_list> diff --git a/overlay/packages/apps/Snap/res/values/qcomstrings.xml b/overlay/packages/apps/Snap/res/values/qcomstrings.xml index 513b49e..d477e42 100644 --- a/overlay/packages/apps/Snap/res/values/qcomstrings.xml +++ b/overlay/packages/apps/Snap/res/values/qcomstrings.xml @@ -22,5 +22,4 @@ <resources> <!-- HDR needs 1x frame --> <string name="pref_camera_hdr_need_1x_default" translatable="false">false</string> - <string name="pref_video_quality_default" translatable="false">1920x1080</string> </resources> diff --git a/overlay/vendor/cmsdk/cm/res/res/values/config.xml b/overlay/vendor/cmsdk/cm/res/res/values/config.xml index 99747e3..24c6094 100644 --- a/overlay/vendor/cmsdk/cm/res/res/values/config.xml +++ b/overlay/vendor/cmsdk/cm/res/res/values/config.xml @@ -22,19 +22,10 @@ <integer name="config_proximityCheckTimeout">100</integer> <bool name="config_proximityCheckOnWakeEnabledByDefault">true</bool> + <!-- Ambient lux at which to enable outdoor mode when LiveDisplay is enabled --> + <integer name="config_outdoorAmbientLux">12000</integer> <!-- Is the notification LED brightness adjustable ? Used to decide if the user can set LED brightness --> <bool name="config_adjustableNotificationLedBrightness">true</bool> - <!-- Color temperature settings for LiveDisplay. These were obtained by - measuring the display at various color balance levels. --> - <integer name="config_minColorTemperature">2000</integer> - <integer name="config_maxColorTemperature">10000</integer> - - <!-- Corresponds to color balance level of zero, this is the native - display temperature --> - <integer name="config_dayColorTemperature">7000</integer> - <integer name="config_nightColorTemperature">5000</integer> - <!-- For high brightness mode --> - <integer name="config_outdoorAmbientLux">20000</integer> </resources> |