summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/cm_symbols.xml
blob: 20dac08e256a8001129264b5d1ab1209e8392157 (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
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2012-2015 The CyanogenMod Project
     Copyright (c) 2013, The Linux Foundation. All rights reserved.

     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>
    <!-- We don't want to publish private symbols in android.R as part of the
         SDK.  Instead, put them here. -->
    <private-symbols package="com.android.internal" />

    <!-- Private symbols that we need to reference from framework code.  See
         frameworks/base/core/res/MakeJavaSymbols.sed for how to easily generate
         this.
    -->
    <!-- External CM specific core services -->
    <java-symbol type="array" name="config_externalCMServices" />

    <!-- Proximity check on screen on -->
    <java-symbol type="bool" name="config_proximityCheckOnWake" />

    <!-- Proximity check timeout -->
    <java-symbol type="integer" name="config_proximityCheckTimeout" />

    <!-- Proximity check on screen on default -->
    <java-symbol type="bool" name="config_proximityCheckOnWakeEnabledByDefault" />

    <!-- LiveDisplay -->
    <java-symbol type="string" name="live_display_title" />
    <java-symbol type="string" name="live_display_hint" />
    <java-symbol type="string" name="live_display_auto" />
    <java-symbol type="string" name="live_display_auto_summary" />
    <java-symbol type="string" name="live_display_day" />
    <java-symbol type="string" name="live_display_day_summary" />
    <java-symbol type="string" name="live_display_night" />
    <java-symbol type="string" name="live_display_night_summary" />
    <java-symbol type="string" name="live_display_outdoor" />
    <java-symbol type="string" name="live_display_outdoor_summary" />
    <java-symbol type="array" name="live_display_entries" />
    <java-symbol type="array" name="live_display_summaries" />
    <java-symbol type="array" name="live_display_values" />
    <java-symbol type="drawable" name="ic_livedisplay_notif" />

    <java-symbol type="integer" name="config_dayColorTemperature" />
    <java-symbol type="integer" name="config_nightColorTemperature" />
    <java-symbol type="integer" name="config_outdoorAmbientLux" />
</resources>