Java android.preference RingtonePreference fields, constructors, methods, implement or subclass

Example usage for Java android.preference RingtonePreference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.preference RingtonePreference.

The text is from its open source code.

Method

voidsetEnabled(boolean enabled)
Sets whether this Preference is enabled.
voidsetOnPreferenceChangeListener(OnPreferenceChangeListener onPreferenceChangeListener)
Sets the callback to be invoked when this Preference is changed by the user (but before the internal state has been updated).
voidsetSummary(CharSequence summary)
Sets the summary for this Preference with a CharSequence.