简体   繁体   English

获取能够处理要在视图中显示的照片上传意图的应用程序列表(底部工作表视图、对话框、对话框片段)

[英]Get the list of apps capable of handling the photo upload intent to display in a View (bottom sheet view,dialog,dialog fragment)

I'm trying to get the list of all apps installed on a phone capable of handling the photo upload intent, I would like to be able to get access to the list of apps to display them in a View in my activity我正在尝试获取安装在能够处理照片上传意图的手机上的所有应用程序的列表,我希望能够访问应用程序列表以在我的活动的视图中显示它们

please help!!请帮忙!!

What is that intent?那是什么意图?

I think it doesn't exist so that might not be possible.我认为它不存在,所以这可能是不可能的。

Here you can check all the implicit intent types. 在这里您可以检查所有隐式意图类型。

Uploading a photo is something you do calling a web service.上传照片是您调用网络服务所做的事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 获取能够处理SEND意图的应用程序列表以显示在视图中(而不是弹出对话框) - Get the list of apps capable of handling the SEND intent to display in a View (not a popup dialog) 从底部工作表对话框片段中获取值 - Get value from Bottom Sheet Dialog Fragment 自定义底页对话框的视图 - Customization Bottom Sheet Dialog's View 在选项卡布局中,查看分页器不会显示在 Kotlin 的底部工作表对话框片段中 - In Tab Layout, View Pager Doesn't Show In Bottom Sheet Dialog Fragment in Kotlin 在导航到下一个片段时在底部导航视图中打开警报对话框 - Open alert dialog in Bottom Navigation View while navigation to next fragment 如何在底部工作表对话框片段中设置文本按钮? - how to settext button in bottom sheet dialog fragment? 删除底部工作表对话框片段中的白色背景 - Remove White Background in Bottom Sheet Dialog Fragment 片段内部的底页对话框 - Bottom Sheet Dialog from inside a fragment OnBackPressedCallback 未在底部工作表对话框片段中调用 - OnBackPressedCallback not called in Bottom Sheet Dialog Fragment 在对话框中找不到id ... for fragment的视图 - No view found for id … for fragment in a Dialog
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM