[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/android/preference/Preference.BaseSavedState [Back]  [Original]

Preference.BaseSavedState  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

Preference.BaseSavedState


public static class Preference.BaseSavedState
extends AbsSavedState

java.lang.Object
   ↳ android.view.AbsSavedState
     ↳ android.preference.Preference.BaseSavedState


This class was deprecated in API level 29.
Use the AndroidX Preference Library for consistent behavior across all devices. For more information on using the AndroidX Preference Library see Settings.

A base class for managing the instance state of a Preference.

Summary

Inherited constants

Fields

public static final Creator<Preference.BaseSavedState> CREATOR

Inherited fields

Public constructors

BaseSavedState(Parcel source)
BaseSavedState(Parcelable superState)

Inherited methods

Fields

CREATOR

Added in API level 1
public static final Creator<Preference.BaseSavedState> CREATOR

Public constructors

BaseSavedState

Added in API level 1
public BaseSavedState (Parcel source)

Parameters
source Parcel

BaseSavedState

Added in API level 1
public BaseSavedState (Parcelable superState)

Parameters
superState Parcelable

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page