From 04ed503e7bb5b4ab6ad1b4704a80ba4e217cf66f Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Wed, 18 Mar 2015 16:36:38 -0700 Subject: Make PhoneAccount.CAPABILITY_VIDEO_CALLING public Bug: 19824779 Change-Id: If38606d62bffbb7b794f530f3fcc09b6e5123b55 --- telecomm/java/android/telecom/PhoneAccount.java | 1 - 1 file changed, 1 deletion(-) (limited to 'telecomm/java/android') diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java index 9eb2f5d..07f9053 100644 --- a/telecomm/java/android/telecom/PhoneAccount.java +++ b/telecomm/java/android/telecom/PhoneAccount.java @@ -94,7 +94,6 @@ public class PhoneAccount implements Parcelable { *

* See {@link #getCapabilities} */ - @SystemApi public static final int CAPABILITY_VIDEO_CALLING = 0x8; /** -- cgit v1.1