summaryrefslogtreecommitdiffstats
path: root/telecomm/java
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-04-21 13:42:24 -0700
committerYorke Lee <yorkelee@google.com>2015-04-21 15:05:37 -0700
commit170102d631555ee5c9e3220ea24fec07d99603e1 (patch)
tree8542466dc8246a88871e585bc949bd5d7de89ad2 /telecomm/java
parentc539080a933747b7140bf33c2a5c82029e56fa41 (diff)
downloadframeworks_base-170102d631555ee5c9e3220ea24fec07d99603e1.zip
frameworks_base-170102d631555ee5c9e3220ea24fec07d99603e1.tar.gz
frameworks_base-170102d631555ee5c9e3220ea24fec07d99603e1.tar.bz2
DO NOT MERGE Make CAPABILITY_CAN_PAUSE_VIDEO public
Change-Id: If20f642a3d6bda886a68bb1e0ce459c38361a73c
Diffstat (limited to 'telecomm/java')
-rw-r--r--telecomm/java/android/telecom/Call.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/Call.java b/telecomm/java/android/telecom/Call.java
index e30b3bc..bea4f75 100644
--- a/telecomm/java/android/telecom/Call.java
+++ b/telecomm/java/android/telecom/Call.java
@@ -213,7 +213,6 @@ public final class Call {
/**
* For video calls, indicates whether the outgoing video for the call can be paused using
* the {@link android.telecom.VideoProfile.VideoState#PAUSED} VideoState.
- * @hide
*/
public static final int CAPABILITY_CAN_PAUSE_VIDEO = 0x00100000;