On Android, every app has its own internal storage and supposed to be only accessible through the same app.
What would happen if someone creates an unix 'hard link' in different app to point to the app's internal file (if he knows the file name and the app package's internal file path). Would other app be able to use this 'hard link' to access the app's cache file?
Or the 'hard link' of the app's internal file can only be accessed through the same app?
Searched and not find answer, appreciated if someone knows and share.