The System.Environment.SpecialFolder.Personal
type maps to the path /data/data/[your.package.name]/files
. This is a private directory to your application so you won't be able to see these files using a file browser unless it has root privileges.
You can inspect these files through adb through the following commands:
adb shell
run-as your.package.name
cd files
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…