06 2020 档案

摘要:1.写一个工具类,代码如下 /** * Author : monkey0928 * E-mail : hanbao@xwtec.c * Date : 2020/6/29 17:54 * DESCRIBE :禁用字体大小和显示大小随系统变化 */ public final class DispUtil 阅读全文
posted @ 2020-06-30 09:10 monkey0928 阅读(2617) 评论(0) 推荐(1)
摘要:1.定义一个广播的接收类 public class MyReceivers extends BroadcastReceiver { @SuppressLint("WrongConstant") @Override public void onReceive(Context context, Inte 阅读全文
posted @ 2020-06-09 09:54 monkey0928 阅读(585) 评论(0) 推荐(0)