I\'d like to monitor changes to another applications SQLite database. Since the Android doesn\'t allow me to access another application\'s internal data, I need a root applicati
Iff you have root access, why not update file permissions to allow group read access to the file in question? i.e.
App2 user should now have read access to file, FileObserver will work.
FYI symbolic links mirror (i.e. respect) the permissions of the file that is being pointed to.