我可以在 activity 打开 Google Camera App 吗?
Can I open Google Camera App at activity?
在我的 activity 我想打开 Google Camera App 拍照并 setResult
到我的 Activity.
我正在使用 startActivityForResult()
我可以这样做吗?
https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera
尝试使用包管理器并打开 google 相机应用程序,然后使用 it.then 拍摄照片找到默认存储位置 files.and 检索文件。
查看 post:
Summary: Take a picture utilizing Camera Intent and display the photo with correct orientation (works on hopefully all devices)
并在此处找到一些示例代码:https://github.com/ralfgehrer/AndroidCameraUtil
在我的 activity 我想打开 Google Camera App 拍照并 setResult
到我的 Activity.
我正在使用 startActivityForResult()
我可以这样做吗?
https://play.google.com/store/apps/details?id=com.google.android.GoogleCamera
尝试使用包管理器并打开 google 相机应用程序,然后使用 it.then 拍摄照片找到默认存储位置 files.and 检索文件。
查看 post: Summary: Take a picture utilizing Camera Intent and display the photo with correct orientation (works on hopefully all devices)
并在此处找到一些示例代码:https://github.com/ralfgehrer/AndroidCameraUtil