When I call, for example, System.Environment.GetFolderPath(System.Environment.SpecialFolder.ApplicationData), from my app, it returns a path that looks like:
/data/data/[PackageName]/files/.config
I'm using a Nexus 7. Virtually every app on the phone is storing data in
/Android/data/[PackageName]/whatever...
There is no data folder in the root of my Nexus 7. Can someone explain the discrepancy to me?