diff options
| author | 2015-03-18 16:36:38 -0700 | |
|---|---|---|
| committer | 2015-03-19 09:23:43 -0700 | |
| commit | 04ed503e7bb5b4ab6ad1b4704a80ba4e217cf66f (patch) | |
| tree | ec5b84bea098d4d942660cabf1fd0066342d6f28 | |
| parent | 9504a9d90b81b9b9befd0008f8b862bef6bbc803 (diff) | |
Make PhoneAccount.CAPABILITY_VIDEO_CALLING public
Bug: 19824779
Change-Id: If38606d62bffbb7b794f530f3fcc09b6e5123b55
| -rw-r--r-- | telecomm/java/android/telecom/PhoneAccount.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/PhoneAccount.java b/telecomm/java/android/telecom/PhoneAccount.java index 9eb2f5d55dd6..07f905314d0b 100644 --- a/telecomm/java/android/telecom/PhoneAccount.java +++ b/telecomm/java/android/telecom/PhoneAccount.java @@ -94,7 +94,6 @@ public class PhoneAccount implements Parcelable { * <p> * See {@link #getCapabilities} */ - @SystemApi public static final int CAPABILITY_VIDEO_CALLING = 0x8; /** |