From 7f3d41fd124dd7c4a8b72c1d48df08a8ee7209ec Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 11 Sep 2014 17:33:16 -0700 Subject: Add new DisconnectCause class to telecomm. + Add a hidden "UNKNOWN" default type to ToneGenerator. - Hide the Telephony DisconnectCause from the public API. + Add a Telecomm DisconnectCause. This is parcelable, and contains information (code, user facing message, non-user facing reason, and tone) to help describe the disconnect state and what behaviors an application can implement for the user experience. This reduces the causes for a disconnect to a more generic set. + Lots of work to pipe this through. DisconnectCause replaces the code and message which were formerly passed around. Bug: 17241433 Bug: 17329632 Change-Id: I9d337e478a8784bcc0ade02267c2df52cac9bf17 --- telephony/java/android/telephony/DisconnectCause.java | 1 + 1 file changed, 1 insertion(+) (limited to 'telephony') diff --git a/telephony/java/android/telephony/DisconnectCause.java b/telephony/java/android/telephony/DisconnectCause.java index 6366c91..3fb6be7 100644 --- a/telephony/java/android/telephony/DisconnectCause.java +++ b/telephony/java/android/telephony/DisconnectCause.java @@ -18,6 +18,7 @@ package android.telephony; /** * Contains disconnect call causes generated by the framework and the RIL. + * @hide */ public class DisconnectCause { -- cgit v1.1