Merge ab/7061308 into stage.
Bug: 180401296 Merged-In: I4bf82035631ccff6d5a6144d6d9b1d203b076851 Change-Id: I1b5f3a672a55eaabba0f5389bab110b395553559
This commit is contained in:
@@ -431,6 +431,14 @@ public class TelecomManager {
|
||||
public static final String EXTRA_CALL_DISCONNECT_MESSAGE =
|
||||
"android.telecom.extra.CALL_DISCONNECT_MESSAGE";
|
||||
|
||||
/**
|
||||
* A string value for {@link #EXTRA_CALL_DISCONNECT_MESSAGE}, indicates the call was dropped by
|
||||
* lower layers
|
||||
* @hide
|
||||
*/
|
||||
public static final String CALL_AUTO_DISCONNECT_MESSAGE_STRING =
|
||||
"Call dropped by lower layers";
|
||||
|
||||
/**
|
||||
* Optional extra for {@link android.telephony.TelephonyManager#ACTION_PHONE_STATE_CHANGED}
|
||||
* containing the component name of the associated connection service.
|
||||
|
||||
Reference in New Issue
Block a user