commit | b1f3b8f7cb6c1d22b63bade2d75d54ceb4196070 | [log] [tgz] |
---|---|---|
author | Dave Sparks <davidsparks@android.com> | Wed May 20 20:02:59 2009 -0700 |
committer | Dave Sparks <davidsparks@android.com> | Wed May 20 20:02:59 2009 -0700 |
tree | 14ba5b9ba911b4cef058505a64be162dad9b09bb | |
parent | 6690dc54546809c973f7f630e6488fcd81dfaa82 [diff] |
Fix permission hole in camera service. Some debugging code was added to CameraService::onTransact() method during development. Later on the entire onTransact() method was #ifdef'd out, which inadvertently omitted the permissions check code. This change restores the code.