Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //List<String> out = Shell.SU.run("\'%s/busybox\' ls -1 -p \"%s/roms/\"", m_path, m_path);
- List<String> out = Shell.SU.run(
- "\'%s/busybox\' ls -1 -p \"%s/roms/\" ; " +
- "\'%s/busybox\' ls -1 -p /sd-ext/multirom-m8/"
- , m_path, m_path, m_path);
Advertisement
Add Comment
Please, Sign In to add comment