Make PhoneAccount.CAPABILITY_VIDEO_CALLING public

Bug: 19824779
Change-Id: If38606d62bffbb7b794f530f3fcc09b6e5123b55
This commit is contained in:
Yorke Lee
2015-03-18 16:36:38 -07:00
parent 9504a9d90b
commit 04ed503e7b

View File

@@ -94,7 +94,6 @@ public class PhoneAccount implements Parcelable {
* <p>
* See {@link #getCapabilities}
*/
@SystemApi
public static final int CAPABILITY_VIDEO_CALLING = 0x8;
/**