Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57f0de12 authored by Santos Cordon's avatar Santos Cordon Committed by Android Git Automerger
Browse files

am d8754689: am c72949c6: am 7999c228: am 7fb15ce7: Update documentation of NEW_OUTGOING_CALL

* commit 'd8754689':
  Update documentation of NEW_OUTGOING_CALL
parents 5bd67944 d8754689
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2255,6 +2255,10 @@ public class Intent implements Parcelable, Cloneable {
     * <p>Emergency calls cannot be intercepted using this mechanism, and
     * other calls cannot be modified to call emergency numbers using this
     * 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
     * {@link android.Manifest.permission#PROCESS_OUTGOING_CALLS}
     * permission to receive this Intent.</p>