If an application has the "android.permission.CAMERA", and I wanted my app to block the use of this permission when it tries to access the Camera Hardware,"for security reasons" how could I block the process?
*NOTE: Let's assume that My app has all of the permissions...
You need to use the Device Administration API. Starting with Android 4.0 you can disable use of the camera with setCameraDisabled