Skip to content

Access and edit a preference entry #40

@Arthur-Milchior

Description

@Arthur-Milchior

Hi,

Thanks a lot for your library.
Is it possible to have a feature to access a PreferenceItem and access and edit it?

The reason I want it is that I've a preference "one_way_sync_key" where the summary is set in the xml but the title is set in Kotlin as it's not known at compile time.
So I want to access its PreferenceItem, from the unique key "one_way_sync_key", and call setTitle(myTitle) on it. So that users can search it by title and not only by summary.

I can of course create a new item, but then the entry is duplicated in the search result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions