diff options
| author | 2019-09-23 20:46:07 +0000 | |
|---|---|---|
| committer | 2019-09-23 20:46:07 +0000 | |
| commit | a886cd3fd9cfdabd1f0b5a6ab6063d046dd385c3 (patch) | |
| tree | f65e9b1287a2404e475e082170f1f77aca23e55a | |
| parent | 4fbf1b641085738a9ec848c81cac4c384e7eff42 (diff) | |
| parent | d5a71c7bac047ea8b4ae963ecb476710dbf11126 (diff) | |
Merge "Added new constructor to AudioGroup."
| -rw-r--r-- | api/current.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index b4d110e13261..d688220fd17b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -29463,7 +29463,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(); |