am 5b45c3cb
: Fix build
* commit '5b45c3cb2fdd9299a3fa632047f3da1bec4e868a': Fix build
This commit is contained in:
@@ -583,7 +583,7 @@ public class AppOpsState {
|
||||
|
||||
}
|
||||
AppOpsManager.OpEntry opEntry = new AppOpsManager.OpEntry(
|
||||
permOps.get(k), AppOpsManager.MODE_ALLOWED, 0, 0, 0);
|
||||
permOps.get(k), AppOpsManager.MODE_ALLOWED, 0, 0, 0, -1, null);
|
||||
dummyOps.add(opEntry);
|
||||
addOp(entries, pkgOps, appEntry, opEntry, packageName == null,
|
||||
packageName == null ? 0 : opToOrder[opEntry.getOp()]);
|
||||
|
Reference in New Issue
Block a user