Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6135717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:30:46+00:00 2026-05-23T17:30:46+00:00

I have a ListPreference , but when I click on an item, the value

  • 0

I have a ListPreference, but when I click on an item, the value doesn’t update.
The getValue() returns always the same thing.

When I reclick on the ListPreference the value is unfortunately not changed.

My code :

        ListPreference lp7 = (ListPreference) findPreference("paramUpdate");
        lp7.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {

        public boolean onPreferenceChange(Preference preference, Object newValue) {
            ListPreference listPref = (ListPreference) preference;
        listPref.getValue();
            return false;
        }
    });

Preferences xml:

    <ListPreference android:key="paramUpdate"
            android:title="@string/paramUpdate"
            android:summary="@string/paramSummaryUpdate"
            android:entries="@array/update"
            android:entryValues="@array/updateValues"
             />

Values:

<string-array name="update">
    <item>24h</item>
    <item>48h</item>
    <item>72h</item>
    <item>@string/never</item>
</string-array>

<string-array name="updateValues">
    <item>24</item>
    <item>48</item>
    <item>72</item>
    <item>0</item>
</string-array>

Where I am wrong ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:30:47+00:00Added an answer on May 23, 2026 at 5:30 pm

    You have to return true from your onPreferenceChangeListener for the system to store the new value. See the docs for reference.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following item in preferences.xml : <ListPreference android:key=pref_movies_min_imdb android:title=@string/pref_movies_min_imdb android:summary=@string/pref_movies_min_imdb_summary android:entries=@array/pref_movies_min_imdb_array_entries android:entryValues=@array/pref_movies_min_imdb_array_values
I have a ListPreference which look something like this: <ListPreference android:title=Choose item android:summary=... android:key=itemList
I have a settings menu that pops up and in it is a ListPreference
I have a simple preference (not EditText preference or ListPreference). I have a method
Last couple of days i have been trying to make listpreference work on my
I know how to change the value of a CheckBoxPreference , but I can't
Is it possible to define a ListPreference in Xml and retrieve the value from
I have an array like this that defines the entry values for a ListPreference:
Have a xml string, goal is to replace an xml element value to a
I have a listPreference in Settings in my App. And i have a onSharedPreferenceChanged()

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.