Thank you for contributing to the Skip project! Please use this space to describe your change and add any labels (bug, enhancement, documentation, etc.) to help categorize your contribution.
Fixes an issue with MediaPlayer in the skip-av package when trying to play files from the source directory. The problem was due to an incorrect URL format, which this fix corrects by using the proper asset:/// scheme or file path expected by MediaPlayer.
Labels:
bug, android
Skip Pull Request Checklist:
- REQUIRED: I have signed the Contributor Agreement
- REQUIRED: I have tested my change locally with
swift test - OPTIONAL: I have tested my change on an iOS simulator or device
- OPTIONAL: I have tested my change on an Android emulator or device