-
Notifications
You must be signed in to change notification settings - Fork 393
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
receive .txt-files on android #198
base: master
Are you sure you want to change the base?
Conversation
Fix regression in processing non-matching events - danReynolds
This reverts commit 633ba4d.
…rl encoding the file path
I tested this and it worked for me. Thanks! |
Can you please tell me an example of how to access shared .txt file to to copy the state to a File type variable |
@KasemJaffer Hello Kasem, wondering why this PR hasn't been merged / addressed? Running into issues when trying to receive .txt and .csv files into our app. Will there be a fix for this issue in the near future? |
updated my old solution to receive .txt files to the actual status of the master branch. The solution is only one line of code, but it works. Please merge the pull request so that the further versions have this options, too.