1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
4 android:title="@string/pref_category_general"
5 android:key="PREF_CATEGORY_GENERAL">
8 android:title="@string/pref_experimental_editing"
9 android:key="ENABLE_EXPERIMENTAL"
10 android:summary="@string/pref_experimental_editing_summary"
11 android:defaultValue="false" />
13 android:title="@string/pref_developer_mode"
14 android:key="ENABLE_DEVELOPER"
15 android:dependency="ENABLE_EXPERIMENTAL"
16 android:summary="@string/pref_developer_mode_summary"
17 android:defaultValue="false" />