Move WearConnectivityService package.

Test: make checkbuild
Bug: 73355637
Change-Id: Iaef9d3bfc7ed3e94edd9ef742fd183796786697c
This commit is contained in:
Calvin On
2018-02-14 13:57:07 -08:00
parent 25e38fd4d1
commit 3cda1cf7b4

View File

@@ -196,7 +196,7 @@ public final class SystemServer {
private static final String THERMAL_OBSERVER_CLASS =
"com.google.android.clockwork.ThermalObserver";
private static final String WEAR_CONNECTIVITY_SERVICE_CLASS =
"com.google.android.clockwork.connectivity.WearConnectivityService";
"com.android.clockwork.connectivity.WearConnectivityService";
private static final String WEAR_SIDEKICK_SERVICE_CLASS =
"com.google.android.clockwork.sidekick.SidekickService";
private static final String WEAR_DISPLAY_SERVICE_CLASS =