Android Prefererences -
i'm coming think problem preferences not being done correctly why cannot access tem. here preferences: <?xml version="1.0" encoding="utf-8"?> <preferencescreen xmlns:android="http://schemas.android.com/apk/res/android" > <preferencecategory android:title="@string/pref_user_profile" android:textsize="20px" android:layout="@layout/pref_layout"> <switchpreference android:title="@+string/pref_frequency" android:summary="@+string/pref_frequency_summary" android:key="frequency" android:defaultvalue="true" android:layout="@layout/pref_layout"/> <switchpreference android:title="@+string/pref_time" android:summary="@+string/pref_time_summary" android:key=...