mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
[MOD] Use Cronet from Play Services, as default instead of using embedded one. It lets to reduce APK size ~8MB.
This commit is contained in:
parent
e4f6666cb2
commit
2cae3b3905
@ -156,7 +156,7 @@ public final class CronetDataSourceTest {
|
||||
|
||||
@Override
|
||||
public List<String> getUrlChain() {
|
||||
return null;
|
||||
return Collections.singletonList(url);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user