Android Activity with camera
Is there any method to find whet开发者_JAVA百科her an activity which is running is using the camera or not? Thanks in advance.
If you try to open()
the camera while it is already running then you will get a RuntimeException
. So maybe this will help you.
精彩评论