@@ -100,6 +100,7 @@ Android开发者网站包含了以下内容:
100100* Android Recovery升级原理: < https://www.cnblogs.com/linhaostudy/p/11543687.html >
101101* [ Android 基础] -- Android 属性系统简介: < https://blog.csdn.net/u014674293/article/details/119147063 >
102102* 实现 Java SDK 库: < https://source.android.google.cn/docs/setup/build/java-library >
103+ * 了解日志记录: < https://source.android.com/docs/core/tests/debug/understanding-logging >
103104
104105### NDK
105106
@@ -178,6 +179,7 @@ Android开发者网站包含了以下内容:
178179* Multi-Touch Input Parser: < https://github.com/hisdar/input_log_parser >
179180* Android Input概念(getevent -ltr): < https://juejin.cn/post/7294147620914036786 >
180181* Android的触控重采样算法: < https://blog.csdn.net/marshal_zsx/article/details/105902296 >
182+ * Android Systrace 基础知识 - Input 解读: < https://androidperformance.com/2019/11/04/Android-Systrace-Input/ >
181183
182184### 组合键
183185
@@ -224,6 +226,7 @@ Android开发者网站包含了以下内容:
224226* Android Accessibility – Making your app Switch Access Compatible: < https://riggaroo.dev/android-accessibility-switch-access/ >
225227* 让应用使用起来更没有障碍: < https://developer.android.google.cn/guide/topics/ui/accessibility/apps >
226228* 使用 Jetpack Compose 改进应用的无障碍功能: < https://developer.android.com/develop/ui/compose/accessibility >
229+ * Android 无障碍服务导致的整机卡顿案例分析: < https://androidperformance.com/2019/01/21/android-performance-case-jank-accessbility/ >
227230
228231### 电源管理
229232
@@ -239,13 +242,16 @@ Android开发者网站包含了以下内容:
239242* 揭秘Android系统:掌握sys.powerctl,轻松提升设备续航与性能: < https://www.oryoy.com/news/jie-mi-android-xi-tong-zhang-wo-sys-powerctl-qing-song-ti-sheng-she-bei-xu-hang-yu-xing-neng.html >
240243* Soft restarts (<= AOSP 14): < https://source.android.google.cn/docs/core/runtime/soft-restart?hl=en >
241244* Android R PowerManagerService模块(2) WakeLock机制: < https://juejin.cn/post/6947092185930350622 >
245+ * Extra Dim in Android 12: < https://gadgetguideonline.com/android/extra-dim-in-android-12-the-definite-guide/ >
246+ * Resume-on-Reboot: < https://source.android.com/docs/core/ota/resume-on-reboot >
242247
243248### 开机动画
244249
245250* Android 12 开机动画代码与流程详解: < https://blog.csdn.net/qq_43625390/article/details/124691462 >
246251
247252### 生物识别
248253
254+ * 生物识别: < https://source.android.com/docs/security/features/biometric >
249255* Android8.0 Fingerprint指纹启动流程详细分析: < https://blog.csdn.net/weixin_43943188/article/details/88321101 >
250256* FingerPrintAuth: < https://github.com/hetaoyuan-android/FingerPrintAuth/blob/9d9b82ea2ab6b717dec1f0f1d11e0e7d2251f586/app/src/main/java/com/feelschaotic/MainActivity.java >
251257
@@ -437,6 +443,8 @@ Android开发者网站包含了以下内容:
437443* Carson带你学Android:自定义View Canvas类使用教程: < https://blog.csdn.net/carson_ho/article/details/60598775 >
438444* Android中Canvas绘图之PorterDuffXfermode使用及工作原理详解: < https://blog.csdn.net/iispring/article/details/50472485 >
439445* HenCoder——给高级 Android 工程师的进阶手册: < https://hencoder.com/ >
446+ * Change the value of an app's resources at runtime: < https://source.android.com/docs/core/runtime/rros >
447+ * 处理多点触控手势: < https://developer.android.com/develop/ui/views/touch-and-input/gestures/multi >
440448
441449### Statsd
442450
@@ -473,6 +481,7 @@ Android开发者网站包含了以下内容:
473481### Sensor
474482
475483* Android 4.4 Kitkat Phone工作流程浅析(十一)__ PSensor工作流程浅析: < https://blog.csdn.net/yihongyuelan/article/details/43449851 >
484+ * SensorPrivacyManager
476485
477486### Vibrator
478487
@@ -507,6 +516,7 @@ Android开发者网站包含了以下内容:
507516* Lockdown: < https://www.51cto.com/article/581516.html >
508517* Android FRP功能分析(Factory Reset Protection): < https://mabin004.github.io/2018/07/25/Android-FRP%E5%8A%9F%E8%83%BD%E5%88%86%E6%9E%90%EF%BC%88Factory-Reset-Protection%EF%BC%89/ >
509518* Android 中的安全增强型 Linux: < https://source.android.google.cn/docs/security/features/selinux?hl=zh-cn >
519+ * Private space: < https://source.android.com/docs/security/features/private-space >
510520
511521### 硬件
512522
@@ -519,6 +529,11 @@ Android开发者网站包含了以下内容:
519529* casa-android: < https://github.com/google/casa-android >
520530* Now in Android App: < https://github.com/android/nowinandroid >
521531
532+ ## CTS
533+
534+ * Android兼容性测试CTS Verifier-环境搭建、测试执行、结果分析: < https://www.cnblogs.com/wi100sh/p/4613502.html >
535+ * 兼容性测试套件 (CTS) 概览: < https://source.android.com/docs/compatibility/cts >
536+
522537## Article
523538
524539* Google is preparing to let you run Linux apps on Android, just like Chrome OS: < https://www.androidauthority.com/android-linux-terminal-app-3489887/ >
@@ -614,7 +629,6 @@ Android开发者网站包含了以下内容:
614629* Android中app进程ABI确定过程: < https://blog.csdn.net/weixin_40107510/article/details/78138874 >
615630* Context, What Context? < https://possiblemobile.com/2013/06/context/ >
616631* INSTALL_FAILED_TEST_ONLY: < https://blog.csdn.net/zou_pl/article/details/78679394 >
617- * Android兼容性测试CTS Verifier-环境搭建、测试执行、结果分析: < https://www.cnblogs.com/wi100sh/p/4613502.html >
618632* Why do most fields (class members) in Android tutorial start with ` m ` ? < https://stackoverflow.com/questions/2092098/why-do-most-fields-class-members-in-android-tutorial-start-with-m >
619633* Android多语言国际化适配(兼容7.0): < https://blog.csdn.net/pigdreams/article/details/81277110 >
620634* android程序自动化生成apk的过程: < https://blog.csdn.net/f2006116/article/details/52254519 >
0 commit comments