1) |
FileSystemクラスのルートディレクトリを指定している場合 |
|
|
< パブリック属性のルートフォルダ > |
|
file:///storage/emulated/0/Android/data/jp.co.opst.bizsd.v1/files/FileSystem
/root/data.txt |
|
↓ |
|
content://jp.co.opst.bizsd.v1.fileprovider/public_root/data.txt |
|
|
< プライベート属性のルートフォルダ > |
|
file:///data/user/0/jp.co.opst.bizsd.v1/files/FileSystem/private_root
/(サーバ名)/data.txt |
|
↓ |
|
content://jp.co.opst.bizsd.v1.fileprovider/private_root/(サーバ名)/data.txt |
|
2) |
外部ストレージ(/storage/emulated/0/など)直下を指定している場合 |
|
file:///storage/emulated/0/data.txt |
|
↓ |
|
content://jp.co.opst.bizsd.v1.fileprovider/external_storage/data.txt |
|