| | |
| | | import android.text.style.RelativeSizeSpan; |
| | | import android.widget.TextView; |
| | | |
| | | import com.lcjian.library.util.common.DeviceUtil; |
| | | |
| | | public class StringUtils { |
| | | |
| | | public static boolean isInt(String text) { |
| | |
| | | }; |
| | | |
| | | public static String PeopleDeviceId(Context context) { |
| | | TelephonyManager tm = (TelephonyManager) context |
| | | .getSystemService(Context.TELEPHONY_SERVICE); |
| | | String deviceid = tm.getDeviceId(); |
| | | return deviceid; |
| | | return DeviceUtil.getImeiCache(context); |
| | | } |
| | | |
| | | public static void getdiffrentColor(TextView tv, int color, int start, |