Merge "Allow non-system server code to AppOpsManager.checkOp and NoteOp" into rvc-dev am: 0237b4a504 am: 2e0f0f8b99
Change-Id: Id8504dda6878aa4e58ccf92a9f50a18384df48df
This commit is contained in:
@@ -2830,7 +2830,6 @@ public class AppOpsService extends IAppOpsService.Stub {
|
||||
|
||||
private int checkOperationImpl(int code, int uid, String packageName,
|
||||
boolean raw) {
|
||||
verifyIncomingUid(uid);
|
||||
verifyIncomingOp(code);
|
||||
String resolvedPackageName = resolvePackageName(uid, packageName);
|
||||
if (resolvedPackageName == null) {
|
||||
|
||||
Reference in New Issue
Block a user