OSDN Git Service

47644a6bfbe9f2e6719ec35366f299d67f6caa32
[android-x86/frameworks-base.git] / core / res / res / values / cm_symbols.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3      Copyright (C) 2012-2015 The CyanogenMod Project
4      Copyright (c) 2013, The Linux Foundation. All rights reserved.
5
6      Licensed under the Apache License, Version 2.0 (the "License");
7      you may not use this file except in compliance with the License.
8      You may obtain a copy of the License at
9
10           http://www.apache.org/licenses/LICENSE-2.0
11
12      Unless required by applicable law or agreed to in writing, software
13      distributed under the License is distributed on an "AS IS" BASIS,
14      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15      See the License for the specific language governing permissions and
16      limitations under the License.
17 -->
18 <resources>
19     <!-- We don't want to publish private symbols in android.R as part of the
20          SDK.  Instead, put them here. -->
21     <private-symbols package="com.android.internal" />
22
23     <!-- Notification and battery light -->
24     <java-symbol type="bool" name="config_intrusiveNotificationLed" />
25     <java-symbol type="bool" name="config_multiColorNotificationLed" />
26     <java-symbol type="bool" name="config_intrusiveBatteryLed" />
27     <java-symbol type="bool" name="config_multiColorBatteryLed" />
28     <java-symbol type="array" name="notification_light_package_mapping" />
29     <java-symbol type="array" name="config_notificationNoAlertsVibePattern" />
30     
31     <!-- LED pulse -->
32     <java-symbol type="bool" name="config_ledCanPulse" />
33
34     <java-symbol type="bool" name="config_singleStageCameraKey" />
35     <java-symbol type="integer" name="config_longPressOnMenuBehavior" />
36     <java-symbol type="integer" name="config_longPressOnAppSwitchBehavior" />
37
38     <!-- Package Manager -->
39     <java-symbol type="array" name="config_disabledComponents" />
40     <java-symbol type="array" name="config_forceEnabledComponents" />
41
42     <!-- Privacy Guard -->
43     <java-symbol type="drawable" name="stat_notify_privacy_guard" />
44     <java-symbol type="string" name="privacy_guard_notification" />
45     <java-symbol type="string" name="privacy_guard_notification_detail" />
46     <java-symbol type="string" name="privacy_guard_dialog_title" />
47     <java-symbol type="string" name="privacy_guard_dialog_summary" />
48     <java-symbol type="id" name="permission_text" />
49     <java-symbol type="id" name="permission_remember_layout" />
50     <java-symbol type="id" name="permission_remember_choice_checkbox" />
51     <java-symbol type="id" name="permission_remember_choice_text" />
52     <java-symbol type="string" name="allow" />
53     <java-symbol type="string" name="deny" />
54     <java-symbol type="layout" name="permission_confirmation_dialog" />
55     <java-symbol type="array" name="app_ops_labels" />
56     <java-symbol type="string" name="status_bar_su" />
57
58     <!-- Usb drive persistent notification -->
59     <java-symbol type="bool" name="config_persistUsbDriveNotification" />
60
61     <!-- Carrier Apps -->
62     <java-symbol type="array" name="config_enabledPreinstalledCarrierApps" />
63
64     <!-- Protected Apps -->
65     <java-symbol type="drawable" name="stat_notify_protected" />
66     <java-symbol type="string" name="notify_package_component_protected_title" />
67     <java-symbol type="string" name="notify_package_component_protected_text" />
68
69     <!-- Screen unpinning -->
70     <java-symbol type="string" name="lock_to_app_toast_no_navbar" />
71
72     <!-- Automatic brightness enhancements -->
73     <java-symbol type="integer" name="config_autoBrightnessBrighteningLightFastDebounce"/>
74
75 </resources>