summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-08-22 20:05:12 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-22 20:05:12 -0700
commitabff69f4e63328e7a4460dae4e39aad4c0329647 (patch)
treed917c25f6a78af4fb99eb5582d6da6430d3a67a4 /overlay
parent469e8acb6b96d4a8ae2f7247f7ad786a0fab74a9 (diff)
parentcb316b52d2abd26acf827317924d58b1c9bcec84 (diff)
downloaddevice_samsung_tuna-abff69f4e63328e7a4460dae4e39aad4c0329647.zip
device_samsung_tuna-abff69f4e63328e7a4460dae4e39aad4c0329647.tar.gz
device_samsung_tuna-abff69f4e63328e7a4460dae4e39aad4c0329647.tar.bz2
Merge "Pull some configurations over from Crespo."
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index abdf914..c00f1e2 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -21,6 +21,18 @@
for different hardware and product builds. -->
<resources>
+ <!-- Our amoled doesn't animate well. -->
+ <bool name="config_animateScreenLights">false</bool>
+
+ <integer name="config_deskDockKeepsScreenOn">0</integer>
+ <integer name="config_carDockKeepsScreenOn">1</integer>
+
+ <!-- Component name of the service providing network location support. -->
+ <string name="config_networkLocationProvider">com.google.android.location.NetworkLocationProvider</string>
+
+ <!-- Component name of the service providing geocoder API support. -->
+ <string name="config_geocodeProvider">com.google.android.location.GeocodeProvider</string>
+
<!-- Flag indicating whether we should enable the automatic brightness in Settings.
config_hardware_automatic_brightness_available is not set, so we will use software implementation -->
<bool name="config_automatic_brightness_available">true</bool>