From d32bdafb88508e897467973befb0944798a1d71e Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Mon, 26 Dec 2011 19:42:13 +0700 Subject: 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. --- AriesParts/res/xml/main.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" />