--- 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