OsmAnd
|
Inherits PreferenceActivity, OnPreferenceChangeListener, and OnPreferenceClickListener.
Public Member Functions | |
void | onCreate (Bundle savedInstanceState) |
void | updateAllSettings () |
boolean | onPreferenceChange (Preference preference, Object newValue) |
void | reloadIndexes () |
void | loadNativeLibrary () |
boolean | onPreferenceTreeClick (PreferenceScreen preferenceScreen, Preference preference) |
boolean | onPreferenceClick (Preference preference) |
Static Public Member Functions | |
static void | installMapLayers (final Activity activity, final ResultMatcher< TileSourceTemplate > result) |
Static Public Attributes | |
static final String | INTENT_KEY_SETTINGS_SCREEN = "INTENT_KEY_SETTINGS_SCREEN" |
static final int | SCREEN_GENERAL_SETTINGS = 1 |
static final int | SCREEN_NAVIGATION_SETTINGS = 2 |
static final int | SCREEN_MONITORING_SETTINGS = 3 |
Protected Member Functions | |
void | onResume () |
void | onDestroy () |
void | onStop () |
void | showWarnings (List< String > warnings) |
Package Functions | |
private< T > void | registerListPreference (OsmandPreference< T > b, PreferenceScreen screen, String[] names, T[] values) |
static void net.osmand.plus.activities.SettingsActivity.installMapLayers | ( | final Activity | activity, |
final ResultMatcher< TileSourceTemplate > | result | ||
) | [static] |
void net.osmand.plus.activities.SettingsActivity.onCreate | ( | Bundle | savedInstanceState | ) |
void net.osmand.plus.activities.SettingsActivity.onDestroy | ( | ) | [protected] |
boolean net.osmand.plus.activities.SettingsActivity.onPreferenceChange | ( | Preference | preference, |
Object | newValue | ||
) |
boolean net.osmand.plus.activities.SettingsActivity.onPreferenceClick | ( | Preference | preference | ) |
boolean net.osmand.plus.activities.SettingsActivity.onPreferenceTreeClick | ( | PreferenceScreen | preferenceScreen, |
Preference | preference | ||
) |
void net.osmand.plus.activities.SettingsActivity.onResume | ( | ) | [protected] |
void net.osmand.plus.activities.SettingsActivity.onStop | ( | ) | [protected] |
private<T> void net.osmand.plus.activities.SettingsActivity.registerListPreference | ( | OsmandPreference< T > | b, |
PreferenceScreen | screen, | ||
String[] | names, | ||
T[] | values | ||
) | [package] |
void net.osmand.plus.activities.SettingsActivity.showWarnings | ( | List< String > | warnings | ) | [protected] |
final String net.osmand.plus.activities.SettingsActivity.INTENT_KEY_SETTINGS_SCREEN = "INTENT_KEY_SETTINGS_SCREEN" [static] |
final int net.osmand.plus.activities.SettingsActivity.SCREEN_GENERAL_SETTINGS = 1 [static] |
final int net.osmand.plus.activities.SettingsActivity.SCREEN_MONITORING_SETTINGS = 3 [static] |
final int net.osmand.plus.activities.SettingsActivity.SCREEN_NAVIGATION_SETTINGS = 2 [static] |