How can you retrieve your phone internal storage from an app? I found MemoryInfo, but it seems that returns information on how much memory use your currently running tasks.
I am trying to get my app to retrieve how much internal phone storage is available.
Use
android.os.Environmentto find the internal directory, then useandroid.os.StatFsto call the Unixstatfssystem call on it. Shamelessly stolen from the Android settings app: