Android 相机意图

发布于 2024-11-30 20:22:24 字数 169 浏览 0 评论 0原文

我有一个简单的应用程序,它有一个按钮,允许用户通过单击它进入相机应用程序。如果我要在平板电脑处于横向模式下拍照的话,似乎一切都很好。它提示用户保存或放弃。点击保存后,返回到我的应用程序。

但是,当我尝试使用肖像模式拍摄照片时,单击“保存”按钮后,它将再次返回到相机应用程序。

为什么会这样呢?

I have a simple application that has a button that allows the user to enter the camera application by clicking it. It seems that things work fine if I were to take a picture having the tablet in landscape mode. It prompts the user to save or discard. After clicking save, it returns to my application.

However, when I attempted to capture a photo with a portrait mode, after clicking the save button, it will return to the camera application again.

Why is this so?

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

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

发布评论

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

评论(1

轻许诺言 2024-12-07 20:22:24

和你的申请没有任何关系。通过触发意图,您将调用设备上存在的相机应用程序。它的行为超出了你的能力范围

It has nothing to do with your application. By firing intent you are invoking camera application present on your device. Its behaviour out of your reach

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