Changed package name of a Telecom service

Change-Id: Ib8d5b73a3cdb2aa353c586dccf423a8917a393d6
This commit is contained in:
Ihab Awad
2015-02-06 17:01:49 -08:00
committed by Etan Cohen
parent b7bb8c4207
commit c4959abf5f

View File

@@ -63,7 +63,7 @@ public class TelecomLoaderService extends SystemService {
private static final ComponentName SERVICE_COMPONENT = new ComponentName(
"com.android.server.telecom",
"com.android.server.telecom.TelecomService");
"com.android.server.telecom.components.TelecomService");
private static final String SERVICE_ACTION = "com.android.ITelecomService";