You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package com.xypower.mppreview.bean;
|
|
|
|
public class Contants {
|
|
public static final String TAG = "MpPriview";
|
|
public static final String HDRNUM = "hdrnum";
|
|
public static final String CAMERAID = "CAMERAID";
|
|
public static final String FILENAME_FORMAT = "yyyy-MM-dd-HH-mm-ss-SSS";
|
|
}
|