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 email.crappy.zippyplayer.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.
 * <p/>

From source file com.deadpixels.light.clipper.Settings.java

/**
 * We are using a Preference Activity as a PreferenceFragment required high API levels. 
 * Note we do not call {@link #setTheme(int)} here since by default most settings in android are black themed. 
 * @author SkullKandy
 *
 */

From source file com.guipenedo.pokeradar.activities.settings.PokemonFilterSettingsActivity.java

public class PokemonFilterSettingsActivity extends PreferenceActivity {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        getDelegate().installViewFactory();
        getDelegate().onCreate(savedInstanceState);

From source file blackman.matt.Settings.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.
 * <p>

From source file com.fhhst.prodroid.gui.SettingsActivity.java

public class SettingsActivity extends PreferenceActivity {

    private static final boolean ALWAYS_SIMPLE_PREFS = false;

    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.tinfoil.sms.settings.QuickPrefsActivity.java

public class QuickPrefsActivity extends PreferenceActivity {

    public static final String ENABLE_SETTING_KEY = "enable";
    public static final String ENABLE_WALKTHROUGH_SETTING_KEY = "enable_walkthrough";
    public static final String NATIVE_SAVE_SETTING_KEY = "native_save";
    public static final String MESSAGE_LIMIT_SETTING_KEY = "message_limit";

From source file de.yazo_games.mensaguthaben.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.
 * <p>

From source file com.android.switchaccess.SwitchAccessPreferenceActivity.java

/**
 * Preference activity for switch access.
 *
 * PreferenceActivity contains various deprecated methods because
 * PreferenceFragment is preferred. PreferenceFragment, however,
 * can only be added to activities, not services.

From source file de.uulm.graphicalpasswords.opentapi.TAPISettingsActivity.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.nikolak.weatherapp.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.
 * <p/>