摘要: 前几天正好看到《阿里巴巴 Android 开发手册》中提到的: “Activity 间通过隐式 Intent 的跳转,在发出 Intent 之前必须通过 resolveActivity 检查,避免找不到合适的调用组件,造成 ActivityNotFoundException 的异常” 今天就在一台联 阅读全文
posted @ 2018-03-29 00:51 kairui 阅读(1108) 评论(0) 推荐(0) 编辑
摘要: public View getView(final int position, View convertView, ViewGroup parent) { if (convertView == null) convertView = LayoutInflater.from(mContext).inf 阅读全文
posted @ 2016-11-04 09:34 kairui 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 文件路径:frameworks\base\services\core\java\com\android\server\power\ShutdownThread.java 在beginShutdownSequence()方法中: 注意:必须要设置 dialog.getWindow().setType( 阅读全文
posted @ 2016-10-17 21:22 kairui 阅读(2998) 评论(0) 推荐(0) 编辑