Yesterday was the @Android Show, Gemini will make Android agentic. But here's what you might have mi...

TL;DR · AI 摘要
Philipp Schmid 在 Android 开发者大会上介绍了 Gemini,它使 Android 成为一个代理系统,允许应用程序通过新的 @AppFunction 注解公开功能,实现跨应用操作。
核心要点
- Gemini 使 Android 成为一个代理系统,支持跨应用操作。
- 开发者可以通过新的 @AppFunction 注解将应用程序的功能暴露给 Gemini 和其他代理。
- 该功能在 Android 16+ 上可用,并且有一个早期访问计划供端到端测试。
结构提纲
按章节快速跳转。
- §引言
Philipp Schmid 在 Android 开发者大会上介绍了 Gemini,它使 Android 成为一个代理系统。
Android 现在内置了本地 MCP,支持跨应用操作。
开发者可以通过新的 @AppFunction 注解将应用程序的功能暴露给 Gemini 和其他代理。
- ·本地运行
该功能在设备本地运行,无需服务器、网络往返或云基础设施。
该功能在 Android 16+ 上可用,并且有一个早期访问计划供端到端测试。
思维导图
用一张图看清主题之间的关系。
查看大纲文本(无障碍 / 无 JS 友好)
- Gemini 使 Android 成为代理系统
金句 / Highlights
值得收藏与分享的关键句。
Gemini 将使 Android 成为一个代理系统,支持跨应用操作。
开发者可以通过新的 @AppFunction 注解将应用程序的功能暴露给 Gemini 和其他代理。
该功能在设备本地运行,无需服务器、网络往返或云基础设施。
- Apps can expose functions as tools for Gemini and other agents using a new
@AppFunctionannotation - https://t.co/oNqFcPKrDF" / X
Philipp Schmid on X: "Yesterday was the @Android Show, Gemini will make Android agentic. But here's what you might have missed. Android now has native MCP built into the OS for cross app actions. - Apps can expose functions as tools for Gemini and other agents using a new `@AppFunction` annotation - https://t.co/oNqFcPKrDF" / X
Don’t miss what’s happening

Philipp Schmid 
Yesterday was the
Show, Gemini will make Android agentic. But here's what you might have missed. Android now has native MCP built into the OS for cross app actions. - Apps can expose functions as tools for Gemini and other agents using a new `
` annotation - It works like MCP but runs locally on-device, no server, no network round-trips, no cloud infra needed - Agents can chain AppFunctions across apps: search emails in one app, add items to a shopping list in another - Available on Android 16+, with an Early Access Program open for end-to-end testing Getting started
·
3
8
33
10