(String attribute)
| 158 | // ................................................................. |
| 159 | |
| 160 | static public String get(String attribute) { |
| 161 | return prefs.get(attribute); |
| 162 | } |
| 163 | |
| 164 | static public String get(String attribute, String defaultValue) { |
| 165 | String value = get(attribute); |