摘要: From 👉 github.com/javakam/Pho… import ando.guard.App import ando.guard.R import ando.guard.common.toastShort import ando.guard.block.db.BlockedNumber 阅读全文
posted @ 2021-01-15 17:03 javakam 阅读(0) 评论(0) 推荐(0)
摘要: 1. pom.xml <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>ce 阅读全文
posted @ 2021-01-15 15:10 javakam 阅读(0) 评论(0) 推荐(0)
摘要: 1 android{ repositories { flatDir { dirs 'libs' } } } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation (name: 'b 阅读全文
posted @ 2021-01-15 15:05 javakam 阅读(0) 评论(0) 推荐(0)
摘要: 形如: 三级目录 A(Dir)-》B(Dir)-》C(File) ①File child = new File(children[i]); 无论File是目录还是文件,file.isDirectory() 、file.isFile() 都会返回false ②File child = new File 阅读全文
posted @ 2021-01-15 14:55 javakam 阅读(0) 评论(0) 推荐(0)
摘要: 去除 Notification.flags 中的 FLAG_FOREGROUND_SERVICE (前台服务标记) !!! Remove FLAG_FOREGROUND_SERVICE (Foreground Service Flag) in Notification.flags !!! 阅读全文
posted @ 2021-01-15 14:30 javakam 阅读(0) 评论(0) 推荐(0)