I am newly working with Android (Android thing Pico i.MX7D I/O).
On my project, I'm parsing G code file line by line and giving corresponding outputs through GPIO pins.
Now, I am accessing the G code files from Raw folder from app.
I'd like to access the G code file from the internal memory root folder. Is it possible?
How can I use internal memory in Android? Also, how to paste the file in root folder as a user like we do on our android phone?