summaryrefslogtreecommitdiffstats
path: root/core/res/res/values/cm_symbols.xml
blob: a56e5ac03c65f83e98a27234e8726143cba3cd52 (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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<?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.
    -->
    <java-symbol type="bool" name="config_singleStageCameraKey" />
    <java-symbol type="integer" name="config_longPressOnMenuBehavior" />
    <java-symbol type="integer" name="config_longPressOnAppSwitchBehavior" />

    <!-- Notification and battery light -->
    <java-symbol type="bool" name="config_intrusiveNotificationLed" />
    <java-symbol type="bool" name="config_multiColorNotificationLed" />
    <java-symbol type="bool" name="config_intrusiveBatteryLed" />
    <java-symbol type="bool" name="config_multiColorBatteryLed" />
    <java-symbol type="array" name="notification_light_package_mapping" />
    <java-symbol type="array" name="config_notificationNoAlertsVibePattern" />

    <!-- ADB custom tile -->
    <java-symbol type="string" name="adb_active_custom_tile" />
    <java-symbol type="string" name="adb_active_custom_tile_both" />
    <java-symbol type="string" name="adb_active_custom_tile_usb" />
    <java-symbol type="string" name="adb_active_custom_tile_net" />

    <!-- Package Manager -->
    <java-symbol type="array" name="config_disabledComponents" />
    <java-symbol type="array" name="config_forceEnabledComponents" />

    <java-symbol type="string" name="global_action_current_user" />
    <java-symbol type="dimen" name="global_actions_avatar_size" />

    <!-- Stylus gestures -->
    <java-symbol type="bool" name="config_stylusGestures" />
    <java-symbol type="string" name="stylus_app_not_installed" />

    <!-- global actions (zen mode buttons) -->
    <java-symbol type="id" name="option4" />

    <!-- LED pulse -->
    <java-symbol type="bool" name="config_ledCanPulse" />

    <!-- Non-themeable packages -->
    <java-symbol type="array" name="non_themeable_packages" />

    <!-- Wifi AP Disabled from Subscription change -->
    <java-symbol type="string" name="subscription_change_disabled_wifi_ap" />

    <!-- WiFi turn off notification -->
    <java-symbol type="string" name="notify_turn_wifi_off_title" />

    <!-- Region locked prebundled packages (per mcc) -->
    <java-symbol type="array" name="config_region_locked_packages" />

    <!-- Packages in this list should be a union of all packages defined in values-mccxxx (mcc) -->
    <java-symbol type="array" name="config_restrict_to_region_locked_devices" />

    <!-- Support Samsung docks -->
    <java-symbol type="bool" name="config_forceAnalogCarDock" />
    <java-symbol type="bool" name="config_forceAnalogDeskDock" />

    <!-- Privacy Guard -->
    <java-symbol type="drawable" name="stat_notify_privacy_guard" />
    <java-symbol type="string" name="privacy_guard_notification" />
    <java-symbol type="string" name="privacy_guard_notification_detail" />
    <java-symbol type="string" name="privacy_guard_dialog_title" />
    <java-symbol type="string" name="privacy_guard_dialog_summary" />

    <!-- app opps always-ask -->
    <java-symbol type="id" name="permission_text" />
    <java-symbol type="id" name="permission_remember_layout" />
    <java-symbol type="id" name="permission_remember_choice_checkbox" />
    <java-symbol type="id" name="permission_remember_choice_text" />
    <java-symbol type="string" name="allow" />
    <java-symbol type="string" name="deny" />
    <java-symbol type="layout" name="permission_confirmation_dialog" />
    <java-symbol type="array" name="app_ops_labels" />

    <!-- Blur effects -->
    <java-symbol type="bool" name="config_ui_blur_enabled" />

    <!-- Advanced settings switch -->
    <java-symbol type="string" name="lock_to_app_toast_no_navbar" />

    <!-- PlatLogo -->
    <java-symbol type="drawable" name="platlogo_cm" />

    <!-- Automatic brightness enhancements -->
    <java-symbol type="integer" name="config_autoBrightnessBrighteningLightFastDebounce"/>


    <java-symbol type="string" name="high_definition_tag" />

    <java-symbol type="string" name="tethered_notification_no_device_message" />
    <java-symbol type="string" name="tethered_notification_one_device_message" />
    <java-symbol type="string" name="tethered_notification_multi_device_message" />

    <!-- Wifi idle time default -->
    <java-symbol type="integer" name="def_wifi_idle_ms" />

    <!-- Carrier Apps -->
    <java-symbol type="array" name="config_enabledPreinstalledCarrierApps" />

    <!-- KeyGuard -->
    <java-symbol type="string" name="kg_sub_separator" />

    <!-- Protected Apps -->
    <java-symbol type="drawable" name="stat_notify_protected" />
    <java-symbol type="string" name="notify_package_component_protected_title" />
    <java-symbol type="string" name="notify_package_component_protected_text" />

    <!-- Restricted fingerprint config -->
    <java-symbol type="bool" name="config_fingerprintRestrictedToSystemAndOwner" />

    <!-- Show battery fully charged notification -->
    <java-symbol type="bool" name="config_showBatteryFullyChargedNotification" />
    <java-symbol type="string" name="notify_battery_fully_charged_title" />
    <java-symbol type="string" name="notify_battery_fully_charged_text" />

    <!-- Uicc hotswapped event configuration needed notification -->
    <java-symbol type="string" name="uicc_hot_swapped_event_title" />
    <java-symbol type="string" name="uicc_hot_swapped_event_text" />

    <!-- Usb drive persistent notification -->
    <java-symbol type="bool" name="config_persistUsbDriveNotification" />

    <!--Exposed style for power menu -->
    <java-symbol type="style" name="Theme.Power.Dialog" />

    <!-- On-device lights (LED) capabilities -->
    <java-symbol type="array" name="config_deviceLightCapabilities" />
</resources>