# Print output for @column tags ?> PreferenceManager.OnActivityStopListener - Android SDK | Android Developers

Most visited

Recently visited

PreferenceManager.OnActivityStopListener

public static interface PreferenceManager.OnActivityStopListener

android.preference.PreferenceManager.OnActivityStopListener


This interface is deprecated.
Use the AndroidX Preference Library for consistent behavior across all devices. For more information on using the AndroidX Preference Library see Settings.

Interface definition for a class that will be called when the container's activity is stopped.

Summary

Public methods

abstract void onActivityStop()

See Activity's onStop.

Public methods

onActivityStop

public abstract void onActivityStop ()

See Activity's onStop.