List of usage examples for android.preference PreferenceActivity subclass-usage
From source file com.hichinaschool.flashcards.anki.Preferences.java
/** * Preferences dialog. */ public class Preferences extends PreferenceActivity implements OnSharedPreferenceChangeListener { private static final int DIALOG_ASYNC = 1;
From source file com.xorcode.andtweet.PreferencesActivity.java
/** * Application settings * * @author torgny.bjers */ public class PreferencesActivity extends PreferenceActivity
From source file com.owncloud.android.ui.activity.Preferences.java
/** * An Activity that allows the user to change the application's settings. * * It proxies the necessary calls via {@link android.support.v7.app.AppCompatDelegate} to be used with AppCompat. */ public class Preferences extends PreferenceActivity implements StorageMigration.StorageMigrationProgressListener {
From source file com.ubuntuone.android.files.activity.PreferencesActivity.java
/**
* Activity to manipulate application preferences. {@link Preference} keys can
* be found as public fields of {@link Preferences} class. The {@link Pref}
* interface contains keys of preferences we need a handle for, but don't use
* them to store actual values, just reference the according {@link View}s.
*/
From source file com.android.email.activity.setup.MailboxSettings.java
/**
* "Mailbox settings" activity.
*
* It's used to update per-mailbox sync settings. It normally updates Mailbox settings, unless
* the target mailbox is Inbox, in which case it updates Account settings instead.
*
From source file com.android.settings.HWSettings.java
/** * Top-level settings activity to handle single pane and double pane UI layout. */ public class HWSettings extends PreferenceActivity implements ButtonBarHandler, OnAccountsUpdateListener { private static final String LOG_TAG = "Settings";
From source file com.aware.Aware_Preferences.java
import org.json.JSONObject; import java.io.IOException; import java.util.ArrayList; import java.util.List; import java.util.Map;
From source file com.android.settings.Settings.java
/** * Top-level settings activity to handle single pane and double pane UI layout. */ public class Settings extends PreferenceActivity implements ButtonBarHandler, OnAccountsUpdateListener { private static final String LOG_TAG = "Settings";