package com.lean56.andplug.app;
import android.os.Build;
/**
* Constant of App
*
* @author Charles
*/
public class Constant {
public static final String USER_AGENT = "AndPlug/001 (" + Build.MODEL + "; " + "Android " + Build.VERSION.RELEASE + ") Mobile";
}