Project

General

Profile

« Previous | Next » 

Revision 8e66157b

Added by Leszek Koltunski about 1 year ago

Start moving the SharedPreferences to the OSInterface

View differences:

src/main/java/org/distorted/objectlib/helpers/OperatingSystemInterface.java
49 49
  ///////////////////////////////////////////
50 50
  InputStream openLocalFile(String name);
51 51
  InputStream openLocalFile(int id);
52

  
53
  ///////////////////////////////////////////
54
  // PREFERENCES
55
  ///////////////////////////////////////////
56
  void remove(String key);
57
  void putInt(String key, int value);
58
  int getInt(String key, int def);
52 59
  }

Also available in: Unified diff