res/xml/preferences.xml
changeset 886 5d3163053c42
parent 885 193a934390ba
--- a/res/xml/preferences.xml	Thu Apr 21 21:05:25 2011 +0200
+++ b/res/xml/preferences.xml	Sat May 07 12:26:45 2011 +0200
@@ -23,14 +23,9 @@
 	</PreferenceScreen>
 	<CheckBoxPreference
 		android:key="prefer wifi"
-		android:title="Prefer WiFi"
-		android:layout="?android:attr/preferenceLayoutChild" />
-	<PreferenceCategory
-		android:key="custom"
-		android:title="Custom">
-		<com.beem.project.beem.account.CheckBoxPreference_Custom
-			android:key="custom_checkbox"
-			android:title="Title"
-			android:summary="Summary" />
-	</PreferenceCategory>
+		android:title="Prefer WiFi">
+		<intent
+			android:action="com.beem.project.beem.SETTINGS"
+			android:targetClass="ui.Settings.class"/>
+			</CheckBoxPreference>
 </PreferenceScreen>
\ No newline at end of file