View Single Post
Old 02-07-2014, 07:16 AM   #11
ZioNemo
Enthusiast
ZioNemo began at the beginning.
 
Posts: 48
Karma: 10
Join Date: Mar 2008
Device: HTC-p3000
Quote:
Originally Posted by kovidgoyal View Post
Really, the only safe way to do it is via the OPF.
Agreed.
I will convert my code to use it.

FYI: I'm using plain java ProcessBuilder class, as in:
Code:
...
			String[] cmd = pl.toArray(new String[pl.size()]);
			final Process p = new ProcessBuilder(cmd).start();
...
Thanks
ZioNemo is offline   Reply With Quote