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 ota.otaupdates.Settings.java

public class Settings extends PreferenceActivity {

    private static final int PERMISSION_REQUEST_CODE = 1;
    int clickcount = 0;

    @Override

From source file com.reliqartz.firsttipcalc.gui.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.shubhangrathore.xposed.xhover.MainActivity.java

public class MainActivity extends PreferenceActivity {

    private static final String TAG = "xHover";

    public static final String PREF_MICRO_FADE_OUT_DELAY = "micro_fade_out_delay";
    public static final String PREF_LONG_FADE_OUT_DELAY = "long_fade_out_delay";

From source file ca.mudar.snoozy.ui.activity.SettingsActivity.java

public class SettingsActivity extends PreferenceActivity {
    private static final String TAG = makeLogTag(SettingsActivity.class);

    @TargetApi(Build.VERSION_CODES.KITKAT)
    @Override
    protected boolean isValidFragment(String fragmentName) {

From source file de.uulm.graphicalpasswords.openuyi.UYISettingsActivity.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.hippo.app.AppCompatPreferenceActivity.java

public abstract class AppCompatPreferenceActivity extends PreferenceActivity
        implements AppCompatCallback, TaskStackBuilder.SupportParentable, ActionBarDrawerToggle.DelegateProvider {

    private AppCompatDelegate mDelegate;

    @Override

From source file com.juegoteca.actividades.Opciones.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 org.droidupnp.view.SettingsActivity.java

public class SettingsActivity extends PreferenceActivity {

    public static final String CONTENTDIRECTORY_SERVICE = "pref_contentDirectoryService";
    public static final String CONTENTDIRECTORY_NAME = "pref_contentDirectoryService_name";
    public static final String CONTENTDIRECTORY_SHARE = "pref_contentDirectoryService_share";
    public static final String CONTENTDIRECTORY_VIDEO = "pref_contentDirectoryService_video";

From source file com.uoit.freeroomfinder.SettingsActivity.java

/**
 * SettingsActivity 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 cn.studyjams.s2.sj0132.bowenyan.mygirlfriend.nononsenseapps.notepad.ui.settings.PrefsActivity.java

public class PrefsActivity extends PreferenceActivity {

    /**
     * A preference value change listener that updates the preference's summary
     * to reflect its new value.
     */