摘要:
/** * 打开一个app * * @param packageName * @param data * @return */ public static boolean lanuchApp(Context context,String packageName, Bundle data) { try { Intent resolveIntent = co... 阅读全文
posted @ 2016-06-19 18:25
wikiki
阅读(250)
评论(0)
推荐(0)
摘要:
/** * 隐藏软键盘 * * @param context * @param editText */ public static void hideSoftKeyBroad(Context context, View view) { InputMethodManager mgr = (InputMethodManager) context.getSystemS... 阅读全文
posted @ 2016-06-19 18:13
wikiki
阅读(295)
评论(0)
推荐(0)
浙公网安备 33010602011771号