OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Package Functions
net.osmand.plus.activities.SettingsActivity Class Reference

Inherits PreferenceActivity, OnPreferenceChangeListener, and OnPreferenceClickListener.

List of all members.

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)

Member Function Documentation

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)
boolean net.osmand.plus.activities.SettingsActivity.onPreferenceChange ( Preference  preference,
Object  newValue 
)
boolean net.osmand.plus.activities.SettingsActivity.onPreferenceTreeClick ( PreferenceScreen  preferenceScreen,
Preference  preference 
)
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]

Member Data Documentation

final String net.osmand.plus.activities.SettingsActivity.INTENT_KEY_SETTINGS_SCREEN = "INTENT_KEY_SETTINGS_SCREEN" [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines