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

TL;DR · AI Summary
Philipp Schmid 在 Android 开发者大会上介绍了 Gemini,它使 Android 成为一个代理系统,允许应用程序通过新的 @AppFunction 注解公开功能,实现跨应用操作。
Key Takeaways
- Gemini 使 Android 成为一个代理系统,支持跨应用操作。
- 开发者可以通过新的 @AppFunction 注解将应用程序的功能暴露给 Gemini 和其他代理。
- 该功能在 Android 16+ 上可用,并且有一个早期访问计划供端到端测试。
Outline
Jump quickly between sections.
- §引言
Philipp Schmid 在 Android 开发者大会上介绍了 Gemini,它使 Android 成为一个代理系统。
Android 现在内置了本地 MCP,支持跨应用操作。
开发者可以通过新的 @AppFunction 注解将应用程序的功能暴露给 Gemini 和其他代理。
- ·本地运行
该功能在设备本地运行,无需服务器、网络往返或云基础设施。
该功能在 Android 16+ 上可用,并且有一个早期访问计划供端到端测试。
Mindmap
See how the topics connect at a glance.
查看大纲文本(无障碍 / 无 JS 友好)
- Gemini 使 Android 成为代理系统
Highlights
Key sentences worth saving and sharing.
Gemini 将使 Android 成为一个代理系统,支持跨应用操作。
开发者可以通过新的 @AppFunction 注解将应用程序的功能暴露给 Gemini 和其他代理。
该功能在设备本地运行,无需服务器、网络往返或云基础设施。
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
@AppFunctionannotation. - Link / 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, without a server, network round-trips, or cloud infrastructure. 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