How can access preferences set in account-authenticator in Android
Asked Answered
S

0

4

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>

enter image description here

Shaunna answered 3/2, 2014 at 13:5 Comment(1)
possible duplicate of Can't access preferences set in account-authenticator in AndroidJohst

© 2022 - 2024 — McMap. All rights reserved.