Rating is available when the video has been rented.
This feature is not available right now. Please try again later.
Published on Sep 15, 2016
Virtual files are a new addition to the Storage Access Framework in Android 7.0 that allow apps to handle files that don’t have a direct bytecode representation - openInputStream() won’t work for these files. While they can be filtered out by adding CATEGORY_OPENABLE to your Intent, you can also take advantage of alternative mime types to transcode files into other formats or build an ACTION_VIEW Intent to open the selected virtual file in the app that provides the file.