it is possible set android:enabled="false" of EditTextPreference this is by default when user check the checkboxPreference if user click then EditTextPreference enable(true).. if uncheck then it will go enable(false)

this is the problem..
it is possible set android:enabled="false" of EditTextPreference this is by default when user check the checkboxPreference if user click then EditTextPreference enable(true).. if uncheck then it will go enable(false)

this is the problem..
Copyright © 2021 Jogjafile Inc.
You can do it programetically in your
PreferenceFragmentuse this code: to programetically enable/disable the checkboxes..