How can access preferences set in account-authenticator in Android

柔情痞子 提交于 2019-12-10 17:28:22

问题


I need to get value of CheckBoxPreference and SwitchPreference.

In account_preferences.xml i have:

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

    <PreferenceCategory android:title="User Preferences" />
    <CheckBoxPreference android:key="test1" android:title="Test 1" />
    <SwitchPreference android:key="test2" android:title="Test 2" />

</PreferenceScreen>

来源:https://stackoverflow.com/questions/21528195/how-can-access-preferences-set-in-account-authenticator-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!