diff options
author | Yorke Lee <yorkelee@google.com> | 2015-03-18 16:36:38 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-03-19 09:23:43 -0700 |
commit | 04ed503e7bb5b4ab6ad1b4704a80ba4e217cf66f (patch) | |
tree | ec5b84bea098d4d942660cabf1fd0066342d6f28 /telecomm/java/android/telecom | |
parent | 9504a9d90b81b9b9befd0008f8b862bef6bbc803 (diff) | |
download | frameworks_base-04ed503e7bb5b4ab6ad1b4704a80ba4e217cf66f.zip frameworks_base-04ed503e7bb5b4ab6ad1b4704a80ba4e217cf66f.tar.gz frameworks_base-04ed503e7bb5b4ab6ad1b4704a80ba4e217cf66f.tar.bz2 |
Make PhoneAccount.CAPABILITY_VIDEO_CALLING public
Bug: 19824779
Change-Id: If38606d62bffbb7b794f530f3fcc09b6e5123b55
Diffstat (limited to 'telecomm/java/android/telecom')
-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 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 { * <p> * See {@link #getCapabilities} */ - @SystemApi public static final int CAPABILITY_VIDEO_CALLING = 0x8; /** |