Back to project page kluster-android.
The source code is released under:
Apache License
If you think the Android project kluster-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.cs446.kluster.data; /** * Created by marlin_tfk on 2014-03-10. */ public class StorageConstants { public static final String INSERT_OR_UPDATE = "insert_or_update"; }