Skip to content
Commit 9b26e937 authored by Zim's avatar Zim Committed by Zimuzo Ezeozue
Browse files

Fix FileSystemProvider open for external USB files

Ie08b94cf79c86e9f87639e4fbdd82b2732771187 introduced a regression
where we try to coerce *all* files to a media store URI to open with
the correct media_capabilities for the caller.

Unfortunately, external USB files cannot be coerced to a media store
URI and transcoding is not supported there anyways.

Now, we avoid coercing USB files, additionally, if the coercion fails
for any reason, we fallback to opening via the filesystem directly.

Test: Manual
Bug: 180802673
Change-Id: Iba8505669897d4ebfef5232707b8e2fec9bed76f
parent 19aad2c9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment