summaryrefslogtreecommitdiff
path: root/services/contentsuggestions
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-03-08 21:32:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-03-08 21:32:00 +0000
commitd1bd76539289cc5e1ac3aecf7c591957eab02313 (patch)
treef961be0f0de2db79b68f9209fe42e3072477a5b6 /services/contentsuggestions
parenta091cc2d8b3ac4caae4f5400174927753d59477e (diff)
parenta4959e569d9253c5632b14c195e7b12f300fd30a (diff)
Merge "Add RoleControllerManager for role controller service."
Diffstat (limited to 'services/contentsuggestions')
-rw-r--r--services/contentsuggestions/java/com/android/server/contentsuggestions/RemoteContentSuggestionsService.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/contentsuggestions/java/com/android/server/contentsuggestions/RemoteContentSuggestionsService.java b/services/contentsuggestions/java/com/android/server/contentsuggestions/RemoteContentSuggestionsService.java
index bf48d7623255..442972a1e477 100644
--- a/services/contentsuggestions/java/com/android/server/contentsuggestions/RemoteContentSuggestionsService.java
+++ b/services/contentsuggestions/java/com/android/server/contentsuggestions/RemoteContentSuggestionsService.java
@@ -47,7 +47,8 @@ public class RemoteContentSuggestionsService extends
int userId, Callbacks callbacks,
boolean bindInstantServiceAllowed, boolean verbose) {
super(context, ContentSuggestionsService.SERVICE_INTERFACE, serviceName, userId, callbacks,
- bindInstantServiceAllowed, verbose, /* initialCapacity= */ 1);
+ context.getMainThreadHandler(), bindInstantServiceAllowed, verbose,
+ /* initialCapacity= */ 1);
}
@Override