2015-08-27 19:19:54 +00:00
|
|
|
<?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>
|
|
|
|
|
2015-12-18 17:37:00 +00:00
|
|
|
<!-- Default for CMSettings.System.SYSTEM_PROFILES_ENABLED -->
|
|
|
|
<bool name="def_profiles_enabled">true</bool>
|
|
|
|
|
2015-08-27 19:19:54 +00:00
|
|
|
<!-- 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>
|
|
|
|
|
|
|
|
<!-- Default for CMSettings.Secure.QS_TILES
|
|
|
|
Comma-delimited, quick settings tiles. See QSConstants.java for a list of all available tiles -->
|
2015-12-18 23:38:10 +00:00
|
|
|
<string name="def_qs_tiles">wifi,bt,cell,airplane,rotation,flashlight,location,cast,hotspot,live_display</string>
|
2015-08-27 19:19:54 +00:00
|
|
|
|
|
|
|
<!-- Default for CMSettings.Secure.STATS_COLLECTION -->
|
|
|
|
<bool name="def_stats_collection">false</bool>
|
|
|
|
|
2015-12-07 21:26:10 +00:00
|
|
|
<!-- Default for CMSettings.Secure.QS_USE_MAIN_TILES -->
|
|
|
|
<bool name="def_sysui_qs_main_tiles">true</bool>
|
|
|
|
|
2015-12-08 23:11:42 +00:00
|
|
|
<!-- Default for CMSettings.Secure.LOCKSCREEN_VISUALIZER_ENABLED -->
|
|
|
|
<bool name="def_lockscreen_visualizer">true</bool>
|
|
|
|
|
2015-12-22 20:52:53 +00:00
|
|
|
<!-- Default value of CMSettings.System.ENABLE_PEOPLE_LOOKUP -->
|
|
|
|
<integer name="def_people_lookup">1</integer>
|
|
|
|
|
2015-08-27 19:19:54 +00:00
|
|
|
<!-- 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>
|
|
|
|
|
2015-11-12 21:04:42 +00:00
|
|
|
<!-- 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>
|
2015-11-11 18:19:34 +00:00
|
|
|
|
|
|
|
<!-- 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>
|
2015-12-22 19:18:43 +00:00
|
|
|
</resources>
|