| commit | 998b329525ca636930bba88db1e0fa01131b0bec | [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 | 8b54833cae143efcaf1ae7fec78d61b8f8f7cf70 | |
| parent | 956085965449bae7f01a3f65e6debc34c9577d47 [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.