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

Most visited

Recently visited

PreferenceManager.OnActivityDestroyListener

public static interface PreferenceManager.OnActivityDestroyListener

android.preference.PreferenceManager.OnActivityDestroyListener


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 destroyed.

Summary

Public methods

abstract void onActivityDestroy()

See Activity's onDestroy.

Public methods

onActivityDestroy

public abstract void onActivityDestroy ()

See Activity's onDestroy.