Update documentation of NEW_OUTGOING_CALL
Adds call-handling as a use case for NEW_OUTGOING_CALL Change-Id: Ie511438bd8d9aa245881f050d32221c81e898745
This commit is contained in:
committed by
Dirk Dougherty
parent
c6c149aa14
commit
7fb15ce74b
@@ -2255,6 +2255,10 @@ public class Intent implements Parcelable, Cloneable {
|
|||||||
* <p>Emergency calls cannot be intercepted using this mechanism, and
|
* <p>Emergency calls cannot be intercepted using this mechanism, and
|
||||||
* other calls cannot be modified to call emergency numbers using this
|
* other calls cannot be modified to call emergency numbers using this
|
||||||
* mechanism.
|
* mechanism.
|
||||||
|
* <p>Some apps (such as VoIP apps) may want to redirect the outgoing
|
||||||
|
* call to use their own service instead. Those apps should first prevent
|
||||||
|
* the call from being placed by setting resultData to <code>null</code>
|
||||||
|
* and then start their own app to make the call.
|
||||||
* <p>You must hold the
|
* <p>You must hold the
|
||||||
* {@link android.Manifest.permission#PROCESS_OUTGOING_CALLS}
|
* {@link android.Manifest.permission#PROCESS_OUTGOING_CALLS}
|
||||||
* permission to receive this Intent.</p>
|
* permission to receive this Intent.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user