摘要: //鸿蒙系统 public static boolean isHarmonyOs(){ try { Class<?> buildExClass = Class.forName("com.huawei.system.BuildEx"); Object osBrand = buildExClass.ge 阅读全文
posted @ 2021-06-30 11:31 yongfengnice 阅读(1714) 评论(1) 推荐(1) 编辑