| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2014-2015 The CyanogenMod Project |
| 2019-2021 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> |
| <!-- Defaults for System --> |
| |
| <!-- Default for LineageSettings.System.QS_QUICK_PULLDOWN |
| 0. Off |
| 1. Right |
| 2. Left --> |
| <integer name="def_qs_quick_pulldown">0</integer> |
| |
| <!-- Default for LineageSettings.System.SYSTEM_PROFILES_ENABLED --> |
| <bool name="def_profiles_enabled">true</bool> |
| |
| <!-- Defaults for Secure --> |
| |
| <!-- Default for LineageSettings.Secure.ADVANCED_MODE --> |
| <bool name="def_advanced_mode">true</bool> |
| |
| <!-- Default for LineageSettings.Secure.STATS_COLLECTION --> |
| <bool name="def_stats_collection">false</bool> |
| |
| <!-- Default for LineageSettings.Secure.VOLUME_PANEL_ON_LEFT --> |
| <bool name="def_volume_panel_on_left">false</bool> |
| |
| <!-- Default for LineageSettings.System.STATUS_BAR_BATTERY_STYLE |
| * 0: Display the battery as icon in portrait mode |
| * 1: Display the battery as a circle |
| * 2: Display the battery as plain text |
| --> |
| <integer name="def_battery_style">0</integer> |
| |
| <!-- Default for LineageSettings.Secure.LOCKSCREEN_VISUALIZER_ENABLED --> |
| <bool name="def_lockscreen_visualizer">false</bool> |
| |
| <!-- Default value of LineageSettings.System.ENABLE_FORWARD_LOOKUP --> |
| <integer name="def_forward_lookup">1</integer> |
| |
| <!-- Default value of LineageSettings.System.ENABLE_PEOPLE_LOOKUP --> |
| <integer name="def_people_lookup">1</integer> |
| |
| <!-- Default value of LineageSettings.System.ENABLE_REVERSE_LOOKUP --> |
| <integer name="def_reverse_lookup">1</integer> |
| |
| <!-- Defaults for Global --> |
| |
| <!-- Default for LineageSettings.Global.DEVICE_NAME |
| $1=MODEL --> |
| <string name="def_device_name">%1$s</string> |
| |
| <!-- Defaults for LineageSettings.System.FORCE_SHOW_NAVBAR --> |
| <integer name="def_force_show_navbar">0</integer> |
| |
| <!-- Default for LineageSettings.Global.HEADS_UP_NOTIFICATIONS_ENABLED |
| 1==on --> |
| <integer name="def_heads_up_enabled">1</integer> |
| |
| <!-- Default for LineageSettings.Global.POWER_NOTIFICATIONS_ENABLED --> |
| <bool name="def_power_notifications_enabled">true</bool> |
| |
| <!-- Default for LineageSettings.Global.POWER_NOTIFICATIONS_VIBRATE --> |
| <bool name="def_power_notifications_vibrate">false</bool> |
| |
| <!-- Default for LineageSettings.Global.POWER_NOTIFICATIONS_RINGTONE --> |
| <string name="def_power_notifications_ringtone" translatable="false">/system/product/media/audio/ui/WirelessChargingStarted.ogg</string> |
| |
| <!-- Default value for the battery LEDs brightness --> |
| <integer name="def_battery_brightness_level">255</integer> |
| |
| <!-- Default value for the notification LEDs brightness |
| when Do Not Disturb is active --> |
| <integer name="def_battery_brightness_level_zen">255</integer> |
| |
| <!-- Default value for the notification LEDs brightness |
| on devices equiped with configurable LED controller --> |
| <integer name="def_notification_brightness_level">255</integer> |
| |
| <!-- Default value for the notification LEDs brightness |
| on devices equiped with configurable LED controller |
| when Do Not Disturb is active --> |
| <integer name="def_notification_brightness_level_zen">255</integer> |
| |
| <!-- Default value for notification LED customization --> |
| <bool name="def_notification_pulse_custom_enable">false</bool> |
| <string name="def_notification_pulse_custom_value"></string> |
| |
| <!-- Default value for swapping volume keys on rotation --> |
| <bool name="def_swap_volume_keys_on_rotation">false</bool> |
| |
| <!-- Default values for protected component managers --> |
| <string name="def_protected_component_managers" translatable="false">com.android.settings|com.android.launcher3|org.lineageos.trebuchet|org.lineageos.lineageparts</string> |
| |
| <!-- Default temperature unit (CELSIUS) --> |
| <integer name="def_temperature_unit">2</integer> |
| |
| <!-- Default enabled event based LLS components |
| Contains a list of component names for enabled components, separated by '|' |
| ex. com.example.mylls/com.example.mylls.LiveLockScreen|com.example.anotherLls/com.example.anotherLls.MyLls |
| --> |
| <string name="def_enabled_event_lls_components"></string> |
| |
| <!-- Default clock position |
| * 0: show the clock in the right position (LTR) |
| * 1: show the clock in the center |
| * 2: show the clock in the left position (LTR) |
| --> |
| <integer name="def_clock_position">2</integer> |
| |
| </resources> |