摘要: /** * 打开一个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 阅读(240) 评论(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 阅读(281) 评论(0) 推荐(0) 编辑