diff options
author | Junda Liu <junda@google.com> | 2014-09-24 12:53:36 -0700 |
---|---|---|
committer | Junda Liu <junda@google.com> | 2014-09-25 10:25:10 -0700 |
commit | bac6d61ab6d9ea16c305419dfe03e19cc5af9fd9 (patch) | |
tree | e56a83360715782cc342324da2ff3b3ab162f512 /telecomm | |
parent | acc0d6de530fd8d2a938fa2c663036da0621be70 (diff) | |
download | frameworks_base-bac6d61ab6d9ea16c305419dfe03e19cc5af9fd9.zip frameworks_base-bac6d61ab6d9ea16c305419dfe03e19cc5af9fd9.tar.gz frameworks_base-bac6d61ab6d9ea16c305419dfe03e19cc5af9fd9.tar.bz2 |
Hide CarrierPrivilege APIs in TelMgr.
Per API council decision, we will polish and public in MR1.
Bug: b/17639966
Change-Id: Id009cd62b4d44dd17fe7a30e0f8037c6fb373c32
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecom/PhoneAccount.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java index 4b059b24..9ab7ffa 100644 --- a/telecomm/java/android/telecom/PhoneAccount.java +++ b/telecomm/java/android/telecom/PhoneAccount.java @@ -283,9 +283,6 @@ public class PhoneAccount implements Parcelable { * The raw callback number used for this {@code PhoneAccount}, as distinct from * {@link #getAddress()}. For the majority of {@code PhoneAccount}s this should be registered * as {@code null}. It is used by the system for SIM-based {@code PhoneAccount} registration - * where {@link android.telephony.TelephonyManager#setLine1NumberForDisplay(String, String)} - * has been used to alter the callback number. - * <p> * * @return The subscription number, suitable for display to the user. */ |