Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the system properties. Note that this is not a copy, so that
changes made to the returned Properties object will be reflected in
subsequent calls to getProperty and getProperties.
Set method documentation [Android Documentation]
Attempts to set all system properties. Copies all properties from
p and discards system properties that are read only and cannot
be modified. See JavaSystem.SetProperty(string, System.String) for a list of such properties.