replicant-vendor_cmsdk/packages/CMSettingsProvider/res/values/defaults.xml

114 lines
4.5 KiB
XML

<?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 CMSettings.System.QS_QUICK_PULLDOWN
0. Off
1. Right
2. Left -->
<integer name="def_qs_quick_pulldown">0</integer>
<!-- Default for CMSettings.System.SYSTEM_PROFILES_ENABLED -->
<bool name="def_profiles_enabled">true</bool>
<!-- Defaults for Secure -->
<!-- Default for CMSettings.Secure.ADVANCED_MODE -->
<bool name="def_advanced_mode">true</bool>
<!-- Default for CMSettings.Secure.DEFAULT_THEME_COMPONENTS -->
<string name="def_theme_components"></string>
<!-- Default for CMSettings.Secure.DEFAULT_THEME_PACKAGE -->
<string name="def_theme_package"></string>
<!-- Defaults for CMSettings.Secure.DEV_FORCE_SHOW_NAVBAR -->
<integer name="def_force_show_navbar">0</integer>
<!-- THESE DEFAULTS COME FROM org.cyanogenmod.platform.internal's config_defaultQuickSettingsTiles
AND SHOULD BE OVERLAID THERE.
DO NOT USE:
Default for CMSettings.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 CMSettings.Secure.STATS_COLLECTION -->
<bool name="def_stats_collection">false</bool>
<!-- Default for CMSettings.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 CMSettings.Secure.QS_USE_MAIN_TILES -->
<bool name="def_sysui_qs_main_tiles">true</bool>
<!-- Default for CMSettings.Secure.LOCKSCREEN_VISUALIZER_ENABLED -->
<bool name="def_lockscreen_visualizer">true</bool>
<!-- Default value of CMSettings.System.ENABLE_PEOPLE_LOOKUP -->
<integer name="def_people_lookup">1</integer>
<!-- Defaults for Global -->
<!-- Default for CMSettings.Global.DEVICE_NAME
$1=MODEL -->
<string name="def_device_name">%1$s</string>
<!-- Default for CMSettings.Global.HEADS_UP_NOTIFICATIONS_ENABLED
1==on -->
<integer name="def_heads_up_enabled">1</integer>
<!-- Default for CMSettings.Global.POWER_NOTIFICATIONS_ENABLED -->
<bool name="def_power_notifications_enabled">false</bool>
<!-- Default for CMSettings.Global.POWER_NOTIFICATIONS_VIBRATE -->
<bool name="def_power_notifications_vibrate">false</bool>
<!-- Default for CMSettings.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|com.cyanogenmod.trebuchet</string>
<!-- Default value for COLP -->
<bool name="def_connected_line_identification">true</bool>
</resources>