【问题标题】:Pick Images From Photos Android Xamarin从照片 Android Xamarin 中选择图像
【发布时间】:2020-08-31 21:34:09
【问题描述】:

当从 Android 选择照片时,它允许我从(图库、照片和更多应用程序)中进行选择 我想将照片设置为默认值,并拒绝用户选择。
I use this code For Pick Multi Images
Picture illustrating my question

【问题讨论】:

  • 发帖前请阅读How to Ask。您需要在帖子中包含相关代码,而不是作为外部链接。

标签: xamarin.forms xamarin.android


【解决方案1】:

求助解决方案

改变

var imageIntent = new Intent(Intent.ActionPick);

var imageIntent = new Intent(Intent.ActionGetContent);

【讨论】:

  • 感谢分享。不要忘记接受答案。
猜你喜欢
  • 2020-10-02
  • 2012-03-21
  • 1970-01-01
  • 1970-01-01
  • 2017-09-06
  • 2012-03-06
  • 1970-01-01
  • 2011-06-12
  • 1970-01-01
相关资源
最近更新 更多