@@ -100,6 +100,7 @@ Android开发者网站包含了以下内容:
100
100
* Android Recovery升级原理: < https://www.cnblogs.com/linhaostudy/p/11543687.html >
101
101
* [ Android 基础] -- Android 属性系统简介: < https://blog.csdn.net/u014674293/article/details/119147063 >
102
102
* 实现 Java SDK 库: < https://source.android.google.cn/docs/setup/build/java-library >
103
+ * 了解日志记录: < https://source.android.com/docs/core/tests/debug/understanding-logging >
103
104
104
105
### NDK
105
106
@@ -178,6 +179,7 @@ Android开发者网站包含了以下内容:
178
179
* Multi-Touch Input Parser: < https://github.com/hisdar/input_log_parser >
179
180
* Android Input概念(getevent -ltr): < https://juejin.cn/post/7294147620914036786 >
180
181
* Android的触控重采样算法: < https://blog.csdn.net/marshal_zsx/article/details/105902296 >
182
+ * Android Systrace 基础知识 - Input 解读: < https://androidperformance.com/2019/11/04/Android-Systrace-Input/ >
181
183
182
184
### 组合键
183
185
@@ -224,6 +226,7 @@ Android开发者网站包含了以下内容:
224
226
* Android Accessibility – Making your app Switch Access Compatible: < https://riggaroo.dev/android-accessibility-switch-access/ >
225
227
* 让应用使用起来更没有障碍: < https://developer.android.google.cn/guide/topics/ui/accessibility/apps >
226
228
* 使用 Jetpack Compose 改进应用的无障碍功能: < https://developer.android.com/develop/ui/compose/accessibility >
229
+ * Android 无障碍服务导致的整机卡顿案例分析: < https://androidperformance.com/2019/01/21/android-performance-case-jank-accessbility/ >
227
230
228
231
### 电源管理
229
232
@@ -239,13 +242,16 @@ Android开发者网站包含了以下内容:
239
242
* 揭秘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 >
240
243
* Soft restarts (<= AOSP 14): < https://source.android.google.cn/docs/core/runtime/soft-restart?hl=en >
241
244
* 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 >
242
247
243
248
### 开机动画
244
249
245
250
* Android 12 开机动画代码与流程详解: < https://blog.csdn.net/qq_43625390/article/details/124691462 >
246
251
247
252
### 生物识别
248
253
254
+ * 生物识别: < https://source.android.com/docs/security/features/biometric >
249
255
* Android8.0 Fingerprint指纹启动流程详细分析: < https://blog.csdn.net/weixin_43943188/article/details/88321101 >
250
256
* FingerPrintAuth: < https://github.com/hetaoyuan-android/FingerPrintAuth/blob/9d9b82ea2ab6b717dec1f0f1d11e0e7d2251f586/app/src/main/java/com/feelschaotic/MainActivity.java >
251
257
@@ -437,6 +443,8 @@ Android开发者网站包含了以下内容:
437
443
* Carson带你学Android:自定义View Canvas类使用教程: < https://blog.csdn.net/carson_ho/article/details/60598775 >
438
444
* Android中Canvas绘图之PorterDuffXfermode使用及工作原理详解: < https://blog.csdn.net/iispring/article/details/50472485 >
439
445
* 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 >
440
448
441
449
### Statsd
442
450
@@ -473,6 +481,7 @@ Android开发者网站包含了以下内容:
473
481
### Sensor
474
482
475
483
* Android 4.4 Kitkat Phone工作流程浅析(十一)__ PSensor工作流程浅析: < https://blog.csdn.net/yihongyuelan/article/details/43449851 >
484
+ * SensorPrivacyManager
476
485
477
486
### Vibrator
478
487
@@ -507,6 +516,7 @@ Android开发者网站包含了以下内容:
507
516
* Lockdown: < https://www.51cto.com/article/581516.html >
508
517
* 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/ >
509
518
* 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 >
510
520
511
521
### 硬件
512
522
@@ -519,6 +529,11 @@ Android开发者网站包含了以下内容:
519
529
* casa-android: < https://github.com/google/casa-android >
520
530
* Now in Android App: < https://github.com/android/nowinandroid >
521
531
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
+
522
537
## Article
523
538
524
539
* 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开发者网站包含了以下内容:
614
629
* Android中app进程ABI确定过程: < https://blog.csdn.net/weixin_40107510/article/details/78138874 >
615
630
* Context, What Context? < https://possiblemobile.com/2013/06/context/ >
616
631
* 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 >
618
632
* 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 >
619
633
* Android多语言国际化适配(兼容7.0): < https://blog.csdn.net/pigdreams/article/details/81277110 >
620
634
* android程序自动化生成apk的过程: < https://blog.csdn.net/f2006116/article/details/52254519 >
0 commit comments