Android : C++ How open an external program

on Saturday, July 5, 2014


I'm making an app for android in c++ and I need to open a txt file using some text editor outside of my program. I saw that you can use system(), but it didn't work (I'm guessing because it is probably for windows), so how can it be done on an android/UNIX system?


0 comments:

Post a Comment