Merge changes from topic "phonestatelistener-limit-rvc-dev" into rvc-dev am: 952697b886
Change-Id: I0f8dd0d1f7383e94b394cead42113c848b5b8ad4
This commit is contained in:
@@ -1063,7 +1063,8 @@ public final class SystemServer {
|
||||
t.traceEnd();
|
||||
|
||||
t.traceBegin("StartTelephonyRegistry");
|
||||
telephonyRegistry = new TelephonyRegistry(context);
|
||||
telephonyRegistry = new TelephonyRegistry(
|
||||
context, new TelephonyRegistry.ConfigurationProvider());
|
||||
ServiceManager.addService("telephony.registry", telephonyRegistry);
|
||||
t.traceEnd();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user