replicant-vendor_cmsdk/cm/res/res/values/symbols.xml

128 lines
5.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 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>
<!-- We don't want to publish private symbols in cyanogenmod.R as part of the
SDK. Instead, put them here. -->
<private-symbols package="org.cyanogenmod.platform.internal" />
<java-symbol type="bool" name="config_enableAppSuggestOverlay"/>
<java-symbol type="string" name="config_appSuggestProviderPackageName"/>
<java-symbol type="array" name="config_appSuggestProviderPackageNames"/>
<java-symbol type="string" name="custom_tile_listener_binding_label" />
<!-- Profiles -->
<java-symbol type="xml" name="profile_default" />
<java-symbol type="string" name="wildcardProfile" />
<!-- Performance Profiles -->
<java-symbol type="array" name="perf_profile_entries" />
<java-symbol type="array" name="perf_profile_values" />
<java-symbol type="string" name="perf_profile_pwrsv" />
<java-symbol type="string" name="perf_profile_bal" />
<java-symbol type="string" name="perf_profile_perf" />
<java-symbol type="string" name="perf_profile_bias_power" />
<java-symbol type="string" name="perf_profile_bias_perf" />
<!-- Array of default activities with custom power management -->
<java-symbol type="array" name="config_auto_perf_activities" />
<!-- 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="drawable" name="ic_livedisplay_notif" />
<java-symbol type="array" name="live_display_announcement" />
<java-symbol type="array" name="live_display_description" />
<java-symbol type="array" name="live_display_drawables" />
<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="integer" name="config_dayColorTemperature" />
<java-symbol type="integer" name="config_nightColorTemperature" />
<java-symbol type="integer" name="config_outdoorAmbientLux" />
<java-symbol type="integer" name="config_defaultLiveDisplayMode" />
<java-symbol type="integer" name="config_minColorTemperature" />
<java-symbol type="integer" name="config_maxColorTemperature" />
<java-symbol type="bool" name="config_defaultAutoContrast" />
<java-symbol type="bool" name="config_defaultAutoOutdoorMode" />
<java-symbol type="bool" name="config_defaultColorEnhancement" />
<java-symbol type="bool" name="config_defaultCABC" />
<!-- Notification and battery light -->
<java-symbol type="bool" name="config_adjustableNotificationLedBrightness" />
<java-symbol type="bool" name="config_multipleNotificationLeds" />
<java-symbol type="bool" name="config_useSegmentedBatteryLed" />
<!-- Quick Settings tile defaults -->
<java-symbol type="string" name="config_defaultQuickSettingsTiles" />
<!-- Wifi Service -->
<java-symbol type="string" name="config_wifiHotSpotSsid" />
<java-symbol type="string" name="config_wifiHotSpotPass" />
<java-symbol type="string" name="config_wifiDirectName" />
<java-symbol type="bool" name="config_wifiHotspotSecurityNone" />
<!-- Device specific settings -->
<java-symbol type="string" name="device_settings_app_name" />
<!-- Touchscreen gestures -->
<java-symbol type="string" name="screen_gestures_panel_title" />
<!-- Touchscreen gesture haptic feedback -->
<java-symbol type="string" name="touchscreen_gesture_extras" />
<java-symbol type="string" name="touchscreen_gesture_haptic_feedback" />
<java-symbol type="string" name="touchscreen_gesture_haptic_feedback_summary" />
<!-- Theme install failure notification -->
<java-symbol type="string" name="theme_install_error_title" />
<java-symbol type="string" name="theme_install_error_message" />
<!-- Theme reset notification -->
<java-symbol type="string" name="theme_reset_notification_title" />
<java-symbol type="string" name="theme_reset_notification_message" />
<!-- External CM specific core services -->
<java-symbol type="array" name="config_externalCMServices" />
<!-- Themes tile -->
<java-symbol type="string" name="qs_themes_label" />
<java-symbol type="string" name="qs_themes_content_description" />
<java-symbol type="drawable" name="ic_qs_themes" />
<!-- CM system server -->
<java-symbol type="string" name="config_externalSystemServer" />
</resources>