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

73 lines
3.3 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_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" />
</resources>