summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2011-08-22 18:40:10 -0700
committerMathias Agopian <mathias@google.com>2011-08-22 18:40:10 -0700
commitcb316b52d2abd26acf827317924d58b1c9bcec84 (patch)
tree67c36a03b7c5cd25f95e3e919c7cc4d402c2fb79 /overlay
parent6b0e9ec7466bf7d9b4e4f49ba2d3f7daa3d3b26e (diff)
downloaddevice_samsung_tuna-cb316b52d2abd26acf827317924d58b1c9bcec84.zip
device_samsung_tuna-cb316b52d2abd26acf827317924d58b1c9bcec84.tar.gz
device_samsung_tuna-cb316b52d2abd26acf827317924d58b1c9bcec84.tar.bz2
Pull some configurations over from Crespo.
Most important is of course config_animateScreenLights. Change-Id: I3cf053443c71af7ef74484d0a86f30703448c45e
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>