我编写了一个应用程序,允许用户用相机拍照,捕捉一些其他信息,然后将照片附加到电子邮件中并发送。但在摩托罗拉 Droid 上,相机已启动,但 OK 按钮不会将控制权返回给我的应用程序。取消按钮是将控制权返回给我的应用程序的操作,即使后退按钮也不起作用。
这更有可能是硬件或软件问题吗?是否有人对如何调试和/或解决此问题有任何建议。
谢谢,
我编写了一个应用程序,允许用户用相机拍照,捕捉一些其他信息,然后将照片附加到电子邮件中并发送。但在摩托罗拉 Droid 上,相机已启动,但 OK 按钮不会将控制权返回给我的应用程序。取消按钮是将控制权返回给我的应用程序的操作,即使后退按钮也不起作用。
这更有可能是硬件或软件问题吗?是否有人对如何调试和/或解决此问题有任何建议。
谢谢,
If you are using an Intent, this may be the source of the problem. If you are using the API, I would make sure your layout is correct.
It would be helpful to know which level of the Android API you are targeting and which version of Android the Motorola Droid is running. Have you tested this on other devices? In the emulator?