<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<CheckBoxPreference
android:key="dummy"
android:summaryOff="dummy off"
android:summaryOn="dummy on"
android:title="dummu" />
</PreferenceScreen>