BroadcastReceiver . , AndroidManifest.xml:
<receiver android:name="Receiver" android:exported="true" android:enabled="true">
<intent-filter android:priority="1">
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
<action android:name="android.intent.action.PHONE_STATE" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
, , . setResultData(null) , , , .
, , - API PhoneFactory. ( , ), " !". .