如何为 Android 创建快捷方式上下文菜单处理程序
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 中没有文件管理器。您可能会想到您安装的某些第三方文件管理器或它是设备固件的一部分。
您必须找到相关文件管理器的作者并询问他们。
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.
You would have to find the author of the file manager in question and ask them.