Android 开发:如何将应用程序添加到应用程序选择器?
基本上,我想将我的应用程序添加到 .php、.java、.js、.html 等类型的文件的应用程序选择器列表中,以便用户可以使用任何文件浏览器浏览文件并使用我的应用程序打开它。
我看过广播接收器的教程,但没有一个展示如何执行此操作,他们只是展示了如何侦听电话状态更改等内容。
帮助! :(
谢谢, 亚历克斯!
Basically I want to add my application to the application chooser list for files with the type .php, .java, .js, .html etc. so that users can browse for a file using any file browser and use my app to open it.
I've looked at tutorials for Broadcast Receivers but none of them have shown how to do this, they've just shown how to listen for the phone state changing and stuff.
Help! :(
Thanks,
Alex!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然我从未使用过它,但我认为这可能会对您有所帮助: Intent-过滤器。
还有这个帖子 来自 anddev.org。
Although I never used it, I think this might help you: Intent-Filters.
And also this thread from anddev.org.