blob: ecfad493db8ccee70cbbf0e0c19de9eb14426c4c (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<CheckBoxPreference
android:key="useCM9Fix"
android:summary="@string/owner_fix_summary"
android:title="@string/owner_fix"
android:defaultValue="false" />
</PreferenceScreen>
|