Changed save and read behaviour to json instead of Java serializer.
This commit is contained in:
parent
1c985b8c2d
commit
8e582b7995
6 changed files with 69 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ import de.mindpipe.android.logging.log4j.LogConfigurator;
|
|||
public class MainActivity extends FragmentActivity implements OnSharedPreferenceChangeListener{
|
||||
private static final Logger log = Logger.getLogger(MainActivity.class);
|
||||
public static final String DEFAULT_LOG_PATH = "/sdcard/uecontrol/";
|
||||
public static final String BEHAVIOUR_SAVE_FILE = "behaviour_list.dat";
|
||||
public static final String BEHAVIOUR_SAVE_FILE = "behaviour_list.json";
|
||||
|
||||
|
||||
/** Fragments **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue