From ddead7e705a43d37acdd17a9915a23fa460ac2b7 Mon Sep 17 00:00:00 2001 From: Amit Mahajan Date: Fri, 13 Sep 2019 11:03:10 -0700 Subject: [PATCH] Added new constructor to AudioGroup. Test: basic sanity Bug: 140872785 Merged-in: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87 Change-Id: Ic7ca45d5fab27469a3cc8654cd05a10bd55f7e87 (cherry picked from commit d5a71c7bac047ea8b4ae963ecb476710dbf11126) --- api/current.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/current.txt b/api/current.txt index c818205e56f11..e552cc0cf544c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -29366,7 +29366,8 @@ package android.net.rtp { } public class AudioGroup { - ctor public AudioGroup(); + ctor @Deprecated public AudioGroup(); + ctor public AudioGroup(@Nullable android.content.Context); method public void clear(); method public int getMode(); method public android.net.rtp.AudioStream[] getStreams();