summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mohammad Samiul Islam <samiul@google.com> 2020-06-01 12:39:51 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-06-01 12:39:51 +0000
commite6fb41f3914f228d995bd13c11e648239bac2351 (patch)
tree92f389ff97201546192956ca2a32ec2b9ecfad5a
parent829ac140f8f5914d5cff3ab36a1b86eb59ead2c6 (diff)
parentcd085f1977f14eb4466fc16db1ad859797156acc (diff)
Merge "Revert "Do not use the handler for receiver broadcasts."" into rvc-dev
-rw-r--r--services/core/java/com/android/server/integrity/AppIntegrityManagerServiceImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/integrity/AppIntegrityManagerServiceImpl.java b/services/core/java/com/android/server/integrity/AppIntegrityManagerServiceImpl.java
index 3d4efe614e1d..817902d9d566 100644
--- a/services/core/java/com/android/server/integrity/AppIntegrityManagerServiceImpl.java
+++ b/services/core/java/com/android/server/integrity/AppIntegrityManagerServiceImpl.java
@@ -182,7 +182,7 @@ public class AppIntegrityManagerServiceImpl extends IAppIntegrityManager.Stub {
},
integrityVerificationFilter,
/* broadcastPermission= */ null,
- /* scheduler= */ null);
+ mHandler);
}
@Override