Example usage for android.preference PreferenceActivity subclass-usage

List of usage examples for android.preference PreferenceActivity subclass-usage

Introduction

In this page you can find the example usage for android.preference PreferenceActivity subclass-usage.

Usage

From source file ca.rmen.android.networkmonitor.app.prefs.AppCompatPreferenceActivity.java

/**
 * A {@link android.preference.PreferenceActivity} which implements and proxies the necessary calls
 * to be used with AppCompat.
 *
 * This technique can be used with an {@link android.app.Activity} class, not just
 * {@link android.preference.PreferenceActivity}.

From source file org.fs.core.AbstractPreferenceActivity.java

public abstract class AbstractPreferenceActivity<P extends PresenterType> extends PreferenceActivity
        implements HasSupportFragmentInjector {

    @Inject
    protected P presenter;
    @Inject

From source file org.projectbuendia.client.ui.SettingsActivity.java

/**
 * A {@link PreferenceActivity} that presents a set of application settings. On
 * handset devices, settings are presented as a single list. On tablets,
 * settings are split by category, with category headers shown to the left of
 * the list of settings.
 *

From source file com.futerox.flashlight.PrefsActivity.java

/**
 * Created by spiros on 8/5/13.
 */
public class PrefsActivity extends PreferenceActivity
        implements SharedPreferences.OnSharedPreferenceChangeListener {

From source file it.personal.keyring.ImportSettingsActivity.java

/**
 * A {@link PreferenceActivity} that presents a set of application settings. On
 * handset devices, settings are presented as a single list. On tablets,
 * settings are split by category, with category headers shown to the left of
 * the list of settings.
 * <p>

From source file com.futerox.flashlight.MsgPrefs.java

/**
 * Created by spiros on 8/24/13.
 */
public class MsgPrefs extends PreferenceActivity
        implements SharedPreferences.OnSharedPreferenceChangeListener, Preference.OnPreferenceClickListener {

From source file com.tlongdev.bktf.ui.activity.AppCompatPreferenceActivity.java

/**
 * A {@link android.preference.PreferenceActivity} which implements and proxies the necessary calls
 * to be used with AppCompat.
 */
public abstract class AppCompatPreferenceActivity extends PreferenceActivity {

From source file org.mariotaku.twidere.activity.BasePreferenceActivity.java

public abstract class BasePreferenceActivity extends PreferenceActivity implements Constants, IThemedActivity {

    private TwidereResourceHelper mResourceHelper;
    private int mCurrentThemeResource;
    private Theme mTheme;

From source file com.aetoslabs.quickfacts.AppCompatPreferenceActivity.java

/**
 * A {@link android.preference.PreferenceActivity} which implements and proxies the necessary calls
 * to be used with AppCompat.
 * <p/>
 * This technique can be used with an {@link android.app.Activity} class, not just
 * {@link android.preference.PreferenceActivity}.

From source file org.openpilot_nonag.androidgcs.Preferences.java

public class Preferences extends PreferenceActivity {
    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        // Display the fragment as the main content.