List of usage examples for android.preference PreferenceActivity subclass-usage
From source file picframe.at.picframe.activities.SettingsActivity.java
@SuppressWarnings("deprecation") public class SettingsActivity extends PreferenceActivity implements SharedPreferences.OnSharedPreferenceChangeListener { private static final String TAG = SettingsActivity.class.getSimpleName(); private PreferenceCategory myCat2;
From source file com.farmerbb.taskbar.activity.ContextMenuActivity.java
public class ContextMenuActivity extends PreferenceActivity implements Preference.OnPreferenceClickListener { String packageName; String componentName; String appName; long userId = 0;
From source file li.klass.fhem.activities.PreferencesActivity.java
public class PreferencesActivity extends PreferenceActivity implements SharedPreferences.OnSharedPreferenceChangeListener { private final static Logger LOGGER = Logger.getLogger(PreferencesActivity.class.getName()); @Inject
From source file com.hichinaschool.flashcards.anki.CramDeckOptions.java
/** * Preferences for the current deck. */ public class CramDeckOptions extends PreferenceActivity implements OnSharedPreferenceChangeListener { private JSONObject mDeck;
From source file com.googlecode.mindbell.MindBellPreferences.java
public class MindBellPreferences extends PreferenceActivity implements ActivityCompat.OnRequestPermissionsResultCallback { public static final String TAG = "MindBell"; private static final int REQUEST_CODE_STATUS = 0;
From source file com.olearyp.gusto.Expsetup.java
public class Expsetup extends PreferenceActivity { protected static final int REBOOT_NOTIFICATION = 0x0043B007; private static final String ASPIN_URL = "http://files.androidspin.com/enomther/"; private static final int STD_BUF_SIZE = 4096; private SharedPreferences settings = null; private NotificationManager nm = null;
From source file de.ub0r.android.callmeter.ui.prefs.Preferences.java
/** * Preferences. * * @author flx */ public class Preferences extends PreferenceActivity {
From source file de.luhmer.owncloudnewsreader.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 de.azapps.mirakel.settings.SettingsActivity.java
public class SettingsActivity extends PreferenceActivity { public static final String SHOW_DONATE = "donate"; private static final String STATE_HEADERS_LIST = "header"; private static final String STATE_CUR_HEADER_POS = "Current_pos"; private static final int NEED_UPDATE = 42;
From source file org.exobel.routerkeygen.ui.Preferences.java
public class Preferences extends PreferenceActivity { /** * The maximum supported dictionary version */ private static final int MAX_DIC_VERSION = 4;