summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-12-26 19:42:13 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-12-26 19:47:19 +0700
commitd32bdafb88508e897467973befb0944798a1d71e (patch)
treec31e9b52fddd56ebabbbbd099cb3e7e2c5c53f38
parentf28171d84caf707ad431dcaaa29cef6226f155b3 (diff)
downloaddevice_samsung_aries-common-d32bdafb88508e897467973befb0944798a1d71e.zip
device_samsung_aries-common-d32bdafb88508e897467973befb0944798a1d71e.tar.gz
device_samsung_aries-common-d32bdafb88508e897467973befb0944798a1d71e.tar.bz2
AriesParts: Default TV-Out to disabled
If the user has not plugged in a headphone/TV-Out cable since boot, there would be no sticky intent and the TV-Out checkbox would be enabled. Disable it by default.
-rw-r--r--AriesParts/res/xml/main.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AriesParts/res/xml/main.xml b/AriesParts/res/xml/main.xml
index 9c5ff22..e758fd3 100644
--- a/AriesParts/res/xml/main.xml
+++ b/AriesParts/res/xml/main.xml
@@ -40,7 +40,9 @@
android:key="tvout_enable"
android:title="@string/tvout_enable_head"
android:summaryOn="@string/tvout_enable_summary_on"
- android:persistent="false" />
+ android:summaryOff="@string/tvout_enable_summary_nocable"
+ android:persistent="false"
+ android:enabled="false" />
<ListPreference
android:key="tvout_system"
android:title="@string/tvout_system_head"