From e2cd0485497aeb354259f36e9c6b614e6ac5369e Mon Sep 17 00:00:00 2001 From: Amit Mahajan Date: Fri, 14 Feb 2020 10:42:33 -0800 Subject: [PATCH] Change Context parameter to @NonNull. per API-council feedback. Test: basic sanity; only an annotation change Bug: 148380226 Merged-in: Ife6befc7be5cd488265135d6c77c0557c7545f38 Change-Id: Ife6befc7be5cd488265135d6c77c0557c7545f38 (cherry picked from commit 3d70a9a87a2ce3dcd8c93817850cefb2ee06779a) --- api/current.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/current.txt b/api/current.txt index 4118bcc6baf87..e582c4f674076 100644 --- a/api/current.txt +++ b/api/current.txt @@ -29752,7 +29752,7 @@ package android.net.rtp { public class AudioGroup { ctor @Deprecated public AudioGroup(); - ctor public AudioGroup(@Nullable android.content.Context); + ctor public AudioGroup(@NonNull android.content.Context); method public void clear(); method public int getMode(); method public android.net.rtp.AudioStream[] getStreams();