android.os.SystemProperties
Gives access to the system properties store. The system properties
store contains a list of string key-value pairs.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
SystemProperties()
Public Methods
Get the value for the given key.
Returns
- an empty string if the key isn't found
Get the value for the given key.
Returns
- if the key isn't found, return def if it isn't null, or an empty string otherwise
public
static
void
set(String key, String val)
Set the value for the given key.