Share file url on Android with IntentLauncherAndroid

Currently there is no way to pass the file uri to the IntentLauncherAndroid. See this issue. A feature request has already been created, here, but unfortunately no progress has been made yet.

Once the feature is implemented you can then start an activity with action ACTION_VIEW

IntentLauncherAndroid.startActivityAsync('android.intent.action.VIEW', .....);