handle potential emergency numbers properly.
In multsim, when prompt is enabled, call to potential emergency
numbers like 91145 which are not actual numbers are not going.
Reason bieng, for potential emergency numbers,
NewOutgoingCallBroadcastIntentReceiver is not started, that means
no one will set setNewOutgoingCallIntentBroadcastIsDone(). But
since these are not actual emergency prompt will be shown to user,
and when user selects sub, call will not proceed as
setNewOutgoingCallIntentBroadcastIsDone is not set.
Hence set setNewOutgoingCallIntentBroadcastIsDone in case of
potential emergency numbers as part of fix.
CRs-Fixed: 1061207
Change-Id: I4878993ae1b9c9521988a7f47dffc6af8a944ac4
1 file changed