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/ConnectionRequest.java | |
parent | 55fa0207134d7a2470f060445938b2d63e180f4e (diff) |
@hide ConnectionService APIs.
Bug: 17569532
Change-Id: I68f7237191bd6d7a1a00ba7bb4fd2f8e3d669e8f
Diffstat (limited to 'telecomm/java/android/telecom/ConnectionRequest.java')
-rw-r--r-- | telecomm/java/android/telecom/ConnectionRequest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/ConnectionRequest.java b/telecomm/java/android/telecom/ConnectionRequest.java index 71b481b89c77..f691c179af53 100644 --- a/telecomm/java/android/telecom/ConnectionRequest.java +++ b/telecomm/java/android/telecom/ConnectionRequest.java @@ -16,6 +16,7 @@ package android.telecom; +import android.annotation.SystemApi; import android.net.Uri; import android.os.Bundle; import android.os.Parcel; @@ -24,7 +25,9 @@ import android.os.Parcelable; /** * Simple data container encapsulating a request to some entity to * create a new {@link Connection}. + * @hide */ +@SystemApi public final class ConnectionRequest implements Parcelable { // TODO: Token to limit recursive invocations |