summaryrefslogtreecommitdiffstats
path: root/core/java/android/content
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2013-05-28 22:18:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-05-28 22:18:48 -0700
commit57f0de12912c7412820b74e119c4a5e3ad2bc203 (patch)
treeb49387196dfbb05ef832b6f24940b14c56a85ffc /core/java/android/content
parent5bd6794468df7f7900f1e0a37c24653dd524a5c8 (diff)
parentd8754689595ab4b5e4e43a89178080d344374869 (diff)
downloadframeworks_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.java4
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>