-
Notifications
You must be signed in to change notification settings - Fork 17
SL4A PreferencesFacade
michael edited this page Nov 9, 2015
·
1 revision
This facade allows access to the Preferences interface.
Notes:filename - Filename indicates which preference file to refer to. If no filename is supplied (the default) then the SharedPreferences uses is the default for the SL4A application.
prefPutValue - uses "MODE_PRIVATE" when writing to preferences. Save values to the default shared preferences is explicitly disallowed.