public void hideSoftInput(Activity activity) {// 关闭软键盘if (activity.getCurrentFocus() != null) {if (activity.getCurrentFocus().getWindowToken() != null...
//手机号码 public static String getLine1Number(Context context) { TelephonyManager tm = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SE...