diff options
author | Nancy Chen <nancychen@google.com> | 2014-07-08 14:16:17 -0700 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2014-07-17 10:19:20 -0700 |
commit | 5da0fd5e76794d415a9cfa501194980d5679eff6 (patch) | |
tree | 4478a9a56c2d11dea7fa7f6469ad06003cf9112d /telephony | |
parent | 45374c9afad9ddc21966239d38823bd214145d24 (diff) | |
download | frameworks_base-5da0fd5e76794d415a9cfa501194980d5679eff6.zip frameworks_base-5da0fd5e76794d415a9cfa501194980d5679eff6.tar.gz frameworks_base-5da0fd5e76794d415a9cfa501194980d5679eff6.tar.bz2 |
API changes to enable account selection for a call
If an account default is not set, the incall ui will display a dialog to
allow the user to select an account for that particular call.
Bug: 16243703
Change-Id: I8faf2f2ce0b2669a141562832f23e8f3ce88f094
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 5e6cb14..6e1ee78 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -24,7 +24,6 @@ import android.os.Bundle; import android.os.RemoteException; import android.os.ServiceManager; import android.os.SystemProperties; -import android.telecomm.PhoneAccount; import android.util.Log; import com.android.internal.telecomm.ITelecommService; |