Android:过滤掉应用程序

发布于 2024-11-02 08:10:36 字数 447 浏览 3 评论 0原文

我正在努力解决一个奇怪的问题。我有一个应用程序清单,它定义了 Office 文件、.doc、.ppt 等的意图过滤器。因此,用户可以转到文件资源管理器中的 Office 文件,选择“打开”,然后选择我的应用程序。我的应用程序并不是真正的文档查看器;而是一个文档查看器。它允许用户从文件中提取图像。

现在,在我的应用程序中,我希望允许用户在文档查看器中查看所选的 Office 文件。为此,我提供了一个打开按钮,它会触发 ACTION_VIEW 意图。当活动选择器出现时,它也会将我的应用程序显示为一个选项,因为我已在清单中声明了意图过滤器。简而言之,当我的应用程序发送 ACTION_VIEW 意图时,我不希望我的应用程序成为选项之一。

有没有办法从这个选择器对话框中过滤掉我的应用程序?

谢谢,

Akshay

P.S:由于我的要求,我无法在清单中注册 SEND 过滤器而不是 VIEW 过滤器。

I am struggling with a weird problem. I have an application manifest that defines intent filters for office files, .doc, .ppt, etc. So, the user can go to an office file in a file explorer, choose open, and select my application. My application is not really a document viewer; it allows a user to extract images from a file.

Now, inside my application, I want to allow the user to view the selected office file in a document viewer. For this, I am providing an open button, which fires an ACTION_VIEW intent. When the activity chooser comes up, it displays my application also as an option because I have declared the intent filters in my manifest. In a nut shell, I do not want my application to be one of the options when my application sends the ACTION_VIEW intent.

Is there a way I can filter out my application from this chooser dialog?

Thanks,

Akshay

P.S: I cannot register for the SEND filter instead of the VIEW filter in my manifest due to my requirements.

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

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

发布评论

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

评论(1

别靠近我心 2024-11-09 08:10:36

我在 Android Developers 上问了这个问题,发现不存在简单的解决方案。有关更多详细信息,请参阅 http://groups.google.com/group/ android-developers/browse_thread/thread/9e9b1007ec7ad935

-阿克谢

I asked this question on Android Developers and found that no easy solution exists. Fore more details, see http://groups.google.com/group/android-developers/browse_thread/thread/9e9b1007ec7ad935.

-Akshay

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