-
-
Notifications
You must be signed in to change notification settings - Fork 122
Missing .txt files in VR #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You can try these solutions in the given order:
|
|
For 3, you may need to declare the permission in AndroidManifest: |
That worked! Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am attempting to have a user select a folder that contains four files: two video (.avi) and two text (.txt). The strange thing is I am able to see the video files, but the its as if the text files don't exist. Selecting the folder only reads the video files.
Here is a shortened version of my code:
The text was updated successfully, but these errors were encountered: