1. Building for the Intelligence System on Android
URL: https://developer.android.com/blog/posts/building-for-the-intelligence-system-on-android 요약: Google은 Android를 단순 OS가 아니라 Gemini Intelligence와 앱 기능을 연결하는 "intelligence system"으로 확장한다고 설명했습니다. 개발자는 AppFunctions를 통해 앱의 서비스, 데이터, 액션을 OS와 에이전트에 노출할 수 있고, Glance/RemoteCompose 기반 위젯과 Navigation 3, Compose 1.11의 적응형 UI 빌딩 블록도 준비해야 합니다.
2. Bring Native Visibility to Your VoIP App Experience with Telecom’s Latest Alpha
URL: https://developer.android.com/blog/posts/bring-native-visibility-to-your-vo-ip-app-experience-with-telecom-s-latest-alpha
요약: Jetpack Telecom v1.1.0 alpha가 서드파티 VoIP 앱의 통화 기록을 시스템 다이얼러에 통합하고, 다이얼러에서 바로 콜백할 수 있는 기능을 소개했습니다. Android 16.1(SDK 36.1) 이상에서 동작하며, 민감한 통화는 CallAttributesCompat.isLogExcluded로 시스템 통화 기록에서 제외할 수 있습니다.
3. The Road to Name-Based Destructuring
URL: https://blog.jetbrains.com/kotlin/2026/05/the-road-to-name-based-destructuring/
요약: Kotlin은 위치 기반 구조 분해의 리팩터링 위험을 줄이기 위해 이름 기반 구조 분해 문법을 실험적으로 도입하고 있습니다. Kotlin 2.3.20부터 -Xname-based-destructuring=only-syntax로 새 문법을 시험할 수 있으며, 장기적으로 괄호 기반 구조 분해의 의미를 이름 중심으로 바꾸기 위한 마이그레이션 경고도 제공됩니다.