如何为 Android 创建快捷方式上下文菜单处理程序

发布于 2024-12-17 10:28:29 字数 307 浏览 1 评论 0原文

在 Android 中单击文件系统中的文件(长按)时,会出现一个弹出菜单,就像 Windows 右键单击​​菜单一样。有什么方法可以添加菜单项,引用我的应用程序?

对于 Windows 来说,它看起来像这样: http://msdn.microsoft。 com/en-us/library/windows/desktop/cc144171(v=vs.85).aspx

When clicking on a file in the filesystem in Android (long click) a popup menu appears, just like the Windows-right-click-menu. Is there any way to add a menu item, referencing my app?

For Windows it would look like this:
http://msdn.microsoft.com/en-us/library/windows/desktop/cc144171(v=vs.85).aspx

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再见 2024-12-24 10:28:29

当单击 Android 中文件系统中的文件(长按)时,会出现一个弹出菜单,就像 Windows 右键单击​​菜单一样。

Android 中没有文件管理器。您可能会想到您安装的某些第三方文件管理器或它是设备固件的一部分。

有什么方法可以添加菜单项,引用我的应用程序吗?

您必须找到相关文件管理器的作者并询问他们。

When clicking on a file in the filesystem in Android (long click) a popup menu appears, just like the Windows-right-click-menu.

There is no file manager in Android. You may be thinking of some third-party file manager that you installed or that was part of your device's firmware.

Is there any way to add a menu item, referencing my app?

You would have to find the author of the file manager in question and ask them.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文