mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
FileUtils.java: english error on comment
This commit is contained in:
parent
d7036fc4e7
commit
0ab7bf3b17
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ public class FileUtils {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When call ContentProvider.openFileDescriptor() android open a file descriptor
|
* When call ContentProvider.openFileDescriptor() android opens a file descriptor
|
||||||
* on app process in /proc/self/fd/[file descriptor id] this is a link to real file path
|
* on app process in /proc/self/fd/[file descriptor id] this is a link to real file path
|
||||||
* can use File.getCanonicalPath() for get a link origin, but in some android version
|
* can use File.getCanonicalPath() for get a link origin, but in some android version
|
||||||
* need use Os.readlink(path) to get a real path.
|
* need use Os.readlink(path) to get a real path.
|
||||||
|
|
Loading…
Add table
Reference in a new issue