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

Commit f64588a2 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am de8ac602: am 963e3ec5: am 71d1af4a: am a284e201: Merge "Doc change: adjust...

am de8ac602: am 963e3ec5: am 71d1af4a: am a284e201: Merge "Doc change: adjust description of NEW_OUTGOING_CALL." into jb-mr1.1-docs

* commit 'de8ac602':
  Doc change: adjust description of NEW_OUTGOING_CALL.
parents 57f0de12 de8ac602
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -2231,7 +2231,7 @@ public class Intent implements Parcelable, Cloneable {
    /**
    /**
     * Broadcast Action: An outgoing call is about to be placed.
     * Broadcast Action: An outgoing call is about to be placed.
     *
     *
     * <p>The Intent will have the following extra value:
     * <p>The Intent will have the following extra value:</p>
     * <ul>
     * <ul>
     *   <li><em>{@link android.content.Intent#EXTRA_PHONE_NUMBER}</em> -
     *   <li><em>{@link android.content.Intent#EXTRA_PHONE_NUMBER}</em> -
     *       the phone number originally intended to be dialed.</li>
     *       the phone number originally intended to be dialed.</li>
@@ -2250,8 +2250,6 @@ public class Intent implements Parcelable, Cloneable {
     * should have a positive priority.
     * should have a positive priority.
     * Negative priorities are reserved for the system for this broadcast;
     * Negative priorities are reserved for the system for this broadcast;
     * using them may cause problems.</p>
     * using them may cause problems.</p>
     * <p>Any BroadcastReceiver receiving this Intent <em>must not</em>
     * abort the broadcast.</p>
     * <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.