summaryrefslogtreecommitdiff
path: root/services/java/com
diff options
context:
space:
mode:
author Eugene Susla <eugenesusla@google.com> 2017-04-18 10:56:37 -0700
committer Eugene Susla <eugenesusla@google.com> 2017-04-18 12:00:11 -0700
commit0d3dd12fa0ba38ffedbb18b55886306acf98988e (patch)
tree49b414539bd72af591896908b154e5e9ec203762 /services/java/com
parent5b06dbd12bcd28fbc051c88c3ea7f31bcf20d1f8 (diff)
Move CompanionDeviceManagerService to a place of its own
Fixes: 37473452 Test: Ensure companion devi9ce functionality still works Change-Id: I89624217373b3e77296c71f9429387d99d15e236
Diffstat (limited to 'services/java/com')
-rw-r--r--services/java/com/android/server/SystemServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/java/com/android/server/SystemServer.java b/services/java/com/android/server/SystemServer.java
index 42a92327bd4e..978803dfb5e0 100644
--- a/services/java/com/android/server/SystemServer.java
+++ b/services/java/com/android/server/SystemServer.java
@@ -159,7 +159,7 @@ public final class SystemServer {
private static final String PRINT_MANAGER_SERVICE_CLASS =
"com.android.server.print.PrintManagerService";
private static final String COMPANION_DEVICE_MANAGER_SERVICE_CLASS =
- "com.android.server.print.CompanionDeviceManagerService";
+ "com.android.server.companion.CompanionDeviceManagerService";
private static final String USB_SERVICE_CLASS =
"com.android.server.usb.UsbService$Lifecycle";
private static final String MIDI_SERVICE_CLASS =