Merge "Update NEW_OUTGOING_CALL broadcast deprecation docs." am: f089867d9b
am: 52f65867d2
Change-Id: Ia91a950690930329bc66427af7289ec6f9fc6f42
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user