Twidere-App-Android-Twitter.../twidere/src/main/java/edu/tsinghua/hotmobi/HotMobiConstants.java

11 lines
298 B
Java

package edu.tsinghua.hotmobi;
/**
* Created by mariotaku on 16/1/29.
*/
public interface HotMobiConstants {
String SHARED_PREFERENCES_NAME = "spice_data_profiling";
String KEY_FALLBACK_CACHED_LOCATION = "fallback_cached_location";
String KEY_LAST_UPLOAD_TIME = "last_upload_time";
}