19.1: ASB Picks

Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
Tavi 2024-04-07 16:50:15 -04:00
parent 5cad35c028
commit 898ddf41a9
No known key found for this signature in database
GPG key ID: E599F62ECBAEAF2E
5 changed files with 7 additions and 6 deletions

View file

@ -38,10 +38,10 @@ Such ops are being constructed due to another bug.
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/services/core/java/com/android/server/appop/AppOpsService.java b/services/core/java/com/android/server/appop/AppOpsService.java
index 759099f89b76..e9d8437d84dc 100644
index cb7b15e17133..ef7c53389cd9 100644
--- a/services/core/java/com/android/server/appop/AppOpsService.java
+++ b/services/core/java/com/android/server/appop/AppOpsService.java
@@ -5122,15 +5122,13 @@ public class AppOpsService extends IAppOpsService.Stub {
@@ -5160,15 +5160,13 @@ public class AppOpsService extends IAppOpsService.Stub {
String lastPkg = null;
for (int i=0; i<allOps.size(); i++) {
AppOpsManager.PackageOps pkg = allOps.get(i);

View file

@ -15,10 +15,10 @@ crashes.
1 file changed, 3 insertions(+)
diff --git a/services/core/java/com/android/server/appop/AppOpsService.java b/services/core/java/com/android/server/appop/AppOpsService.java
index e9d8437d84dc..d31bb1c70854 100644
index ef7c53389cd9..1326697b7609 100644
--- a/services/core/java/com/android/server/appop/AppOpsService.java
+++ b/services/core/java/com/android/server/appop/AppOpsService.java
@@ -5122,6 +5122,9 @@ public class AppOpsService extends IAppOpsService.Stub {
@@ -5160,6 +5160,9 @@ public class AppOpsService extends IAppOpsService.Stub {
String lastPkg = null;
for (int i=0; i<allOps.size(); i++) {
AppOpsManager.PackageOps pkg = allOps.get(i);