blob: ffc9c88e7526fefbcbe193596ebed4597a893797 [file] [log] [blame]
Yvonne Wong05d01292015-08-27 12:19:54 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Copyright (C) 2014-2015 The CyanogenMod Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17<resources>
18 <!-- Defaults for System -->
19
20 <!-- Default for CMSettings.System.QS_QUICK_PULLDOWN
21 0. Off
22 1. Right
23 2. Left -->
24 <integer name="def_qs_quick_pulldown">0</integer>
25
26 <!-- Defaults for Secure -->
27
28 <!-- Default for CMSettings.Secure.ADVANCED_MODE -->
29 <bool name="def_advanced_mode">true</bool>
30
31 <!-- Default for CMSettings.Secure.DEFAULT_THEME_COMPONENTS -->
32 <string name="def_theme_components"></string>
33
34 <!-- Default for CMSettings.Secure.DEFAULT_THEME_PACKAGE -->
35 <string name="def_theme_package"></string>
36
37 <!-- Defaults for CMSettings.Secure.DEV_FORCE_SHOW_NAVBAR -->
38 <integer name="def_force_show_navbar">0</integer>
39
40 <!-- Default for CMSettings.Secure.QS_TILES
41 Comma-delimited, quick settings tiles. See QSConstants.java for a list of all available tiles -->
42 <string name="def_qs_tiles">wifi,bt,cell,airplane,rotation,flashlight,location,cast,visualizer,hotspot,live_display</string>
43
44 <!-- Default for CMSettings.Secure.STATS_COLLECTION -->
45 <bool name="def_stats_collection">false</bool>
46
Roman Birg204ffe02015-12-07 13:26:10 -080047 <!-- Default for CMSettings.Secure.QS_USE_MAIN_TILES -->
48 <bool name="def_sysui_qs_main_tiles">true</bool>
49
Yvonne Wong05d01292015-08-27 12:19:54 -070050 <!-- Defaults for Global -->
51
52 <!-- Default for CMSettings.Global.DEVICE_NAME
53 $1=MODEL -->
54 <string name="def_device_name">%1$s</string>
55
56 <!-- Default for CMSettings.Global.HEADS_UP_NOTIFICATIONS_ENABLED
57 1==on -->
58 <integer name="def_heads_up_enabled">1</integer>
59
d34db59538c2015-11-12 13:04:42 -080060 <!-- Default for CMSettings.Global.POWER_NOTIFICATIONS_ENABLED -->
61 <bool name="def_power_notifications_enabled">false</bool>
62
63 <!-- Default for CMSettings.Global.POWER_NOTIFICATIONS_VIBRATE -->
64 <bool name="def_power_notifications_vibrate">false</bool>
65
66 <!-- Default for CMSettings.Global.POWER_NOTIFICATIONS_RINGTONE -->
67 <string name="def_power_notifications_ringtone" translatable="false">content://settings/system/notification_sound</string>
AdrianDCa63e78b2015-11-11 19:19:34 +010068
69 <!-- Default value for the notification LEDs brightness
70 on devices equiped with configurable LED controller -->
71 <integer name="def_notification_brightness_level">255</integer>
72
73 <!-- Default value for whether or not to use multiple notification LEDs
74 on devices equiped with more than one LED -->
75 <bool name="def_notification_multiple_leds">false</bool>
Yvonne Wong05d01292015-08-27 12:19:54 -070076</resources>