Merge "Slice and dice app ops - Settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f9df7394ca
@@ -618,7 +618,7 @@ public class AppOpsState {
|
||||
|
||||
}
|
||||
AppOpsManager.OpEntry opEntry = new AppOpsManager.OpEntry(
|
||||
permOps.get(k), AppOpsManager.MODE_ALLOWED, 0, 0, 0, -1, null);
|
||||
permOps.get(k), AppOpsManager.MODE_ALLOWED);
|
||||
dummyOps.add(opEntry);
|
||||
addOp(entries, pkgOps, appEntry, opEntry, packageName == null,
|
||||
packageName == null ? 0 : opToOrder[opEntry.getOp()]);
|
||||
|
Reference in New Issue
Block a user