aboutsummaryrefslogtreecommitdiffstats
path: root/packages/CMSettingsProvider/res/values/defaults.xml
blob: 0e14cebf633c4476a570c84d2d9973f9a0c43401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?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_FORWARD_LOOKUP -->
    <integer name="def_forward_lookup">0</integer>

    <!-- Default value of CMSettings.System.ENABLE_PEOPLE_LOOKUP -->
    <integer name="def_people_lookup">0</integer>

    <!-- Default value of CMSettings.System.ENABLE_REVERSE_LOOKUP -->
    <integer name="def_reverse_lookup">0</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 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>