摘要: Android O 8.0 1.src\com\android\packageinstaller\permission\mode\PermissionGroups.java 2.PermissionApps.java 3. src\com\android\packageinstaller\permi 阅读全文
posted @ 2018-07-15 13:05 行走的思想 阅读(1895) 评论(0) 推荐(0) 编辑
摘要: 打开一个文件夹,直接阅读,体验还不错 版本: 1.25.1提交: 1dfc5e557209371715f655691b1235b6b26a06be日期: 2018-07-11T15:43:11.471ZElectron: 1.7.12Chrome: 58.0.3029.110Node.js: 7.9 阅读全文
posted @ 2018-07-15 11:14 行走的思想 阅读(588) 评论(0) 推荐(0) 编辑
摘要: packageinstaller\permission\model\PermissionApps.java /** * Class used to reduce the number of calls to the package manager. * This caches app informa 阅读全文
posted @ 2018-07-15 11:00 行走的思想 阅读(329) 评论(0) 推荐(0) 编辑
摘要: private int mFlags; public void setUserFixed(boolean userFixed) { if (userFixed) { mFlags |= PackageManager.FLAG_PERMISSION_USER_FIXED; } else { mFlag 阅读全文
posted @ 2018-07-15 10:19 行走的思想 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 逆向分析工具 https://github.com/skylot/jadx/ https://github.com/google/android-classyshark https://github.com/JesusFreke/smali/wiki/smalidea https://www.hex 阅读全文
posted @ 2018-07-15 09:40 行走的思想 阅读(158) 评论(0) 推荐(0) 编辑
摘要: https://guides.codepath.com/android/Working-with-the-ImageView 阅读全文
posted @ 2018-07-15 09:24 行走的思想 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://source.android.google.cn/ https://developer.android.google.cn/ https://source.android.com/compatibility/cts/downloads.html 无法访问,改成如下形式即可: http 阅读全文
posted @ 2018-07-15 08:17 行走的思想 阅读(1041) 评论(0) 推荐(0) 编辑