Is diff in any way, shape, or form included in Android such that it can be called from an Android app? Or do I just have to use one of the java packages available (e.g. Generate formatted diff output in Java).
Basically what I'm trying to do is open an xml file, and then immediately output an xml file to ensure that my app isn't screwing anything up with its import/export process.