Possible Duplicate:
Android App Locking Camera
It’s possible to check whether camera is being used. But can we further get information on which app is using it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. There is no standard API to do this. You’re gonna need root privileges to try something like that. You can check CyanogenMod’s implementation of the service that controls this here:
CameraService.cpp