Hide multi-endpoint APIs.

Per feature council decision, the multi-endpoint APIs will be @hide for
the N release.

Bug: 28196918
Change-Id: Ia80b089bc754ce87ca208382eb79442b5265844d
This commit is contained in:
Tyler Gunn
2016-04-15 11:28:44 -07:00
parent a900359500
commit 1bf206b766
12 changed files with 52 additions and 141 deletions

View File

@@ -457,6 +457,7 @@ public abstract class InCallService extends Service {
* @param call The call the event is associated with.
* @param event The event.
* @param extras Any associated extras.
* @hide
*/
public void onConnectionEvent(Call call, String event, Bundle extras) {
}