diff options
author | Tyler Gunn <tgunn@google.com> | 2014-09-19 11:17:02 -0700 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2014-09-23 10:00:38 -0700 |
commit | 711d876fd110b33519afb5d05f5a740ade635787 (patch) | |
tree | c56d30925969aeaeb73326ea98a1f980e3ac518a /telecomm/java/android/telecom/PhoneAccount.java | |
parent | 55fa0207134d7a2470f060445938b2d63e180f4e (diff) | |
download | frameworks_base-711d876fd110b33519afb5d05f5a740ade635787.zip frameworks_base-711d876fd110b33519afb5d05f5a740ade635787.tar.gz frameworks_base-711d876fd110b33519afb5d05f5a740ade635787.tar.bz2 |
@hide ConnectionService APIs.
Bug: 17569532
Change-Id: I68f7237191bd6d7a1a00ba7bb4fd2f8e3d669e8f
Diffstat (limited to 'telecomm/java/android/telecom/PhoneAccount.java')
-rw-r--r-- | telecomm/java/android/telecom/PhoneAccount.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java index 4b059b24..ffe787a 100644 --- a/telecomm/java/android/telecom/PhoneAccount.java +++ b/telecomm/java/android/telecom/PhoneAccount.java @@ -16,6 +16,7 @@ package android.telecom; +import android.annotation.SystemApi; import android.content.Context; import android.content.pm.PackageManager; import android.content.res.Resources.NotFoundException; @@ -34,7 +35,9 @@ import java.util.MissingResourceException; /** * Describes a distinct account, line of service or call placement method that the system * can use to place phone calls. + * @hide */ +@SystemApi public class PhoneAccount implements Parcelable { /** |