Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您在设备上拍照时,您可以发送它。有些应用程序正在将他们的操作推送到这些发送列表中(比如 Twidroid,它在该菜单中添加了一个名为“发送推文”的列表项)。
那么,如何将这样的菜单点添加到该菜单中呢?对于我的应用程序,我希望能够从两者(应用程序本身和通过真实的相机发送列表)拍摄照片并将它们保存在 sdcard 上。
那么,如何将这样的菜单点添加到该菜单中呢?
编写一个实现 的 Activity ACTION_SEND <intent-filter>,可能用于与相机相关的 MIME 类型。
ACTION_SEND
<intent-filter>