Page 1 of 1

Req: TC4A: User-defined file listing of protected folders

Posted: 2017-12-04, 20:13 UTC
by DrShark
DrShark wrote:As far as I understand normal apps ... even without root they still can access the files in [protected] folders if path to such file is passed to an app.
Indeed I was wrong with that assumption. I thought it could be true because one app after passing to it a protected location path of an xml file (/data/data/another.app/file.xml) the app showed xml parsing error (pretending it opened a file but couldn't parse it properly) instead of file opening error.

Posted: 2017-12-07, 10:12 UTC
by ghisler(Author)
No, TC isn't allowed to access the folders of other apps. The only app folder it can access is its own.

Just create a button in the lower button bar with
Type: Go to directory
Command: /data/data/com.ghisler.android.TotalCommander

Make sure to get the upper-/lowercase spelling right.

Posted: 2018-01-29, 15:28 UTC
by DrShark
DrShark wrote:As far as I understand normal apps ... even without root they still can access the files in [protected] folders if path to such file is passed to an app.
Indeed I was wrong with that assumption. I thought it could be true because one app after passing to it a protected location path of an xml file (/data/data/another.app/file.xml) the app showed xml parsing error (pretending it opened a file but couldn't parse it properly) instead of file opening error.