commit | a967af55143fa827729d12350cf0f12c8876f2bc | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Mon Feb 10 15:19:07 2020 -0800 |
committer | Tyler Gunn <tgunn@google.com> | Mon Feb 10 15:19:07 2020 -0800 |
tree | 0dd20e99ee916f290da5fafad39f2165110832ad | |
parent | e1cebc7556d60336d8bb17c598f0e00866735567 [diff] [blame] |
Hide Adhoc conference call API. Marking the adhoc conference call API as @hide. Test: make -j update-api Bug: 148165780 Change-Id: I447ec317c66f0c1b4e7a828635b5dcf8b144e32a
diff --git a/telecomm/java/android/telecom/Call.java b/telecomm/java/android/telecom/Call.java index f54f8d1..ec99f36 100644 --- a/telecomm/java/android/telecom/Call.java +++ b/telecomm/java/android/telecom/Call.java
@@ -573,6 +573,7 @@ /** * Indicates that the call is an adhoc conference call. This property can be set for both * incoming and outgoing calls. + * @hide */ public static final int PROPERTY_IS_ADHOC_CONFERENCE = 0x00002000;