Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我该如何使用
Intent.putExtra("autostart", true)
在不要求用户单击开始按钮的情况下自动启动相机?
您可以通过调用意图轻松实现这一点,MediaStore.ACTION_IMAGE_CAPTURE 休息您可以查看此链接Camera start
MediaStore.ACTION_IMAGE_CAPTURE
我厚BroadcastReceiver可以解决你的问题,你可以在onReceive回调函数中启动一个摄像头