Merge changes from topic "phonestatelistener-limit-rvc-dev" into rvc-dev am: 952697b886

Change-Id: I0f8dd0d1f7383e94b394cead42113c848b5b8ad4
This commit is contained in:
Hall Liu
2020-03-28 06:50:32 +00:00
committed by Automerger Merge Worker
5 changed files with 116 additions and 6 deletions

View File

@@ -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();