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

Commit 306e9ee0 authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Update NEW_OUTGOING_CALL broadcast deprecation docs." am: f089867d...

Merge "Update NEW_OUTGOING_CALL broadcast deprecation docs." am: f089867d am: 52f65867 am: 755f4a83
am: a3afd26f

Change-Id: Id4cd261f7c6b6e9c21f6a4c626cb08f50e663fc0
parents a202c232 a3afd26f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3335,7 +3335,10 @@ public class Intent implements Parcelable, Cloneable {
     *
     * @deprecated Apps that redirect outgoing calls should use the
     * {@link android.telecom.CallRedirectionService} API.  Apps that perform call screening
     * should use the {@link android.telecom.CallScreeningService} API.
     * should use the {@link android.telecom.CallScreeningService} API.  Apps which need to be
     * notified of basic call state should use
     * {@link android.telephony.PhoneStateListener#onCallStateChanged(int, String)} to determine
     * when a new outgoing call is placed.
     */
    @Deprecated
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)