Remove unnecessary DownloadManagerLegacyTest
With I277120b2e2236a1c6fafa3d8447d5f7393daf9df, DownloadManager
behavior is dependent on legacy appops instead of target SDK and
DownloadManagerLegacyTest is effectively duplicating tests in
DownloadManagerApi28Test.
Additionally, DownloadManagerLegacyTest was not tareting current sdk
meaning it wasn't actually testing legacy behavior as a Q app.
Since we already have DownloadManagerTest targeting current sdk and
verifying behavior of an R app (without legacy appop). We now remove
the unnecessary DownloadManagerLegacyTest.
Test: atest DownloadManagerApi28Test
Bug: 152267937
Change-Id: I4d260aeb43b65e3ddc889e255b695aa946995820
5 files changed