0

我正在编写一个使用相机的应用程序,但是我目前正在使用代码:

Intent intent = new Intent("android.media.action.IMAGE_CAPTURE");
        startActivity(intent);

这会打开相机,但不会打开股票 android 相机应用程序。有没有办法做到这一点?我想使用库存相机,这样我就不必自己处理保存照片/视频或异常处理。

4

0 回答 0