mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-08-03 11:56:09 -04:00
19.1: ASB Picks
Signed-off-by: Tavi <tavi@divested.dev>
This commit is contained in:
parent
5cad35c028
commit
898ddf41a9
5 changed files with 7 additions and 6 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue