| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2014-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. |
| --> |
| <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.DEFAULT_THEME_COMPONENTS --> |
| <string name="def_theme_components"></string> |
| |
| <!-- Default for LineageSettings.Secure.DEFAULT_THEME_PACKAGE --> |
| <string name="def_theme_package"></string> |
| |
| <!-- Defaults for LineageSettings.Secure.DEV_FORCE_SHOW_NAVBAR --> |
| <integer name="def_force_show_navbar">0</integer> |
| |
| <!-- THESE DEFAULTS COME FROM org.lineageos.platform.internal's config_defaultQuickSettingsTiles |
| AND SHOULD BE OVERLAID THERE. |
| |
| DO NOT USE: |
| Default for LineageSettings.Secure.QS_TILES |
| Comma-delimited, quick settings tiles. See QSConstants.java for a list of all available tiles |
| <string name="def_qs_tiles">wifi,bt,cell,airplane,rotation,flashlight,location,cast,hotspot,live_display</string> --> |
| |
| <!-- Default for LineageSettings.Secure.STATS_COLLECTION --> |
| <bool name="def_stats_collection">false</bool> |
| |
| <!-- Default for LineageSettings.System.STATUS_BAR_BATTERY_STYLE |
| * 0: Display the battery as icon in portrait mode |
| * 2: Display the battery as a circle |
| * 4: Hide the battery status information |
| * 5: Display the battery as icon in landscape mode |
| * 6: Display the battery as plain text |
| * default: 2 |
| --> |
| <integer name="def_battery_style">2</integer> |
| |
| <!-- Default for LineageSettings.Secure.QS_USE_MAIN_TILES --> |
| <bool name="def_sysui_qs_main_tiles">true</bool> |
| |
| <!-- Default for LineageSettings.Secure.LOCKSCREEN_VISUALIZER_ENABLED --> |
| <bool name="def_lockscreen_visualizer">true</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> |
| |
| <!-- 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">false</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">content://settings/system/notification_sound</string> |
| |
| <!-- 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 whether or not to use multiple notification LEDs |
| on devices equiped with more than one LED --> |
| <bool name="def_notification_multiple_leds">false</bool> |
| |
| <!-- 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> |
| |
| </resources> |