mirror of
https://github.com/samsonjs/media.git
synced 2026-04-04 11:05:47 +00:00
Remove stray space
PiperOrigin-RevId: 382297051
This commit is contained in:
parent
a55c0654fb
commit
7b0a7f1295
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ available implementations. Providers can be identified by name:
|
|||
|
||||
* `CronetProviderInstaller.PROVIDER_NAME`: Google Play Services implementation.
|
||||
* `CronetProvider.PROVIDER_NAME_APP_PACKAGED`: Embedded implementation.
|
||||
* `CronetProvider.PROVIDER_NAME_FALLBACK`: Fallback implementation .
|
||||
* `CronetProvider.PROVIDER_NAME_FALLBACK`: Fallback implementation.
|
||||
|
||||
This makes it possible to iterate through the providers in your own order of
|
||||
preference, trying to build a `CronetEngine` from each in turn using
|
||||
|
|
|
|||
Loading…
Reference in a new issue