List of usage examples for android.preference PreferenceActivity subclass-usage
From source file edu.mit.mobile.android.demomode.Preferences.java
public class Preferences extends PreferenceActivity implements OnPreferenceClickListener { private static final String TAG = Preferences.class.getSimpleName(); private SharedPreferences mPrefs; public static final String KEY_PASSWORD = "password";
From source file com.harshad.linconnectclient.ApplicationSettingsActivity.java
@SuppressWarnings("deprecation") public class ApplicationSettingsActivity extends PreferenceActivity { ProgressDialog progressDialog; PreferenceCategory applicationCategory;
From source file com.willhauck.linconnectclient.ApplicationSettingsActivity.java
@SuppressWarnings("deprecation") public class ApplicationSettingsActivity extends PreferenceActivity { ProgressDialog progressDialog; PreferenceCategory applicationCategory;
From source file io.freefair.android.preference.AppCompatPreferenceActivity.java
/** * An {@link android.support.v7.app.AppCompatActivity AppCompatActivity} which extends {@link PreferenceActivity} * instead of {@link android.app.Activity Activity} */ public class AppCompatPreferenceActivity extends PreferenceActivity implements AppCompatCallback, TaskStackBuilder.SupportParentable, ActionBarDrawerToggle.DelegateProvider {
From source file org.runnerup.view.SettingsActivity.java
@TargetApi(Build.VERSION_CODES.FROYO) public class SettingsActivity extends PreferenceActivity implements ActivityCompat.OnRequestPermissionsResultCallback { public void onCreate(Bundle savedInstanceState) { Resources res = getResources();
From source file com.wanderfar.expander.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 ru.orangesoftware.financisto2.activity.PreferencesActivity.java
@EActivity public class PreferencesActivity extends PreferenceActivity { private static final String[] ACCOUNT_TYPE = new String[] { GoogleAuthUtil.GOOGLE_ACCOUNT_TYPE }; private static final int SELECT_DATABASE_FOLDER = 100;
From source file io.freefair.android.appcompatPreference.AppCompatPreferenceActivity.java
/**
* Base class for activities that use the
* <a href="{@docRoot}tools/extras/support-library.html">support library</a> action bar features.
*
* <p>You can add an {@link ActionBar} to your activity when running on API level 7 or higher
* by extending this class for your activity and setting the activity theme to
From source file tw.plash.antrip.offline.Settings.java
public class Settings extends PreferenceActivity { private Context mContext; private SharedPreferences pref; private Preference username;
From source file com.probam.updater.activity.GooActivity.java
public class GooActivity extends PreferenceActivity implements URLStringReaderListener { public static String CURRENT_NAVIGATION = null; private static ProgressDialog DIALOG; private static String CURRENT_FOLDER;