diff options
author | Santos Cordon <santoscordon@google.com> | 2013-05-28 22:18:48 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-05-28 22:18:48 -0700 |
commit | 57f0de12912c7412820b74e119c4a5e3ad2bc203 (patch) | |
tree | b49387196dfbb05ef832b6f24940b14c56a85ffc /core/java/android/content | |
parent | 5bd6794468df7f7900f1e0a37c24653dd524a5c8 (diff) | |
parent | d8754689595ab4b5e4e43a89178080d344374869 (diff) | |
download | frameworks_base-57f0de12912c7412820b74e119c4a5e3ad2bc203.zip frameworks_base-57f0de12912c7412820b74e119c4a5e3ad2bc203.tar.gz frameworks_base-57f0de12912c7412820b74e119c4a5e3ad2bc203.tar.bz2 |
am d8754689: am c72949c6: am 7999c228: am 7fb15ce7: Update documentation of NEW_OUTGOING_CALL
* commit 'd8754689595ab4b5e4e43a89178080d344374869':
Update documentation of NEW_OUTGOING_CALL
Diffstat (limited to 'core/java/android/content')
-rw-r--r-- | core/java/android/content/Intent.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 89b1bbd..8a84c49 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -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> |