summaryrefslogtreecommitdiffstats
path: root/telecomm
diff options
context:
space:
mode:
authorJunda Liu <junda@google.com>2014-09-25 17:36:48 +0000
committerJunda Liu <junda@google.com>2014-09-25 18:56:11 +0000
commitf52ac900caa94236c2cc6da94fb09be22db58e03 (patch)
treec9cc9c74663c3a1e2c68a329465de538b490630c /telecomm
parentba049f7632e688d9314713211fbf08ff9fe256da (diff)
downloadframeworks_base-f52ac900caa94236c2cc6da94fb09be22db58e03.zip
frameworks_base-f52ac900caa94236c2cc6da94fb09be22db58e03.tar.gz
frameworks_base-f52ac900caa94236c2cc6da94fb09be22db58e03.tar.bz2
Revert "Hide CarrierPrivilege APIs in TelMgr."
This reverts commit b7aa9e4a6338811d4dacc77e6024a0b97a99e5e9. Change-Id: I212cd4f1b7b45e0523fc47b2a9c2a6b487e9dbb5
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecom/PhoneAccount.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java
index 9ab7ffa..4b059b24 100644
--- a/telecomm/java/android/telecom/PhoneAccount.java
+++ b/telecomm/java/android/telecom/PhoneAccount.java
@@ -283,6 +283,9 @@ 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.
*/