Camera: Remove camera gid from apps with camera permission.
This gid is not needed by camera-using apps, since all camera access is mediated by the camera service, which does not depend on gid for permission checks. Bug: 9904186 Change-Id: I859e6cabc905af9d98e2b09f5bbad086b5eb2b26
This commit is contained in:
@@ -54,10 +54,6 @@
|
||||
<group gid="inet" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.CAMERA" >
|
||||
<group gid="camera" />
|
||||
</permission>
|
||||
|
||||
<permission name="android.permission.READ_LOGS" >
|
||||
<group gid="log" />
|
||||
</permission>
|
||||
|
||||
Reference in New Issue
Block a user