[SDK 35] FileSystem.getContentUriAsync not working on Android

Please provide the following:

  1. SDK Version: 35
  2. Platforms(Android/iOS/web/all): ANDROID.

I’m using FileSystem to download a file, then trying to get getContentUriAsync on it, and this happens:

Then I see this, so it’s not actually done. Nice!

In short, my questions is how can I get a content uri to open in IntentLauncher ?

Given the fact that IntentLauncher works only with content:// uri’s and that getContentUriAsync actually does not exist, this IntentLauncher feature never worked with actual files I see, am I correct ?

Hey @panamadonne,

Can you run expo install expo-file-system and see if that remedies anything?

Cheers,
Adam

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.