Slice and dice app ops - Settings
Update the code to only pull and query the trsuted portion of the last/historical app op data. Test: manual bug:111061782 Change-Id: I55b8be1c6715ff60c7b31c80db21029fea595c8f
This commit is contained in:
@@ -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