For some reason the app that I'm working on is displaying a toast that shows the internal storage space left on my device even though I didn't code this in.
Here is a screenshot
https://i.stack.imgur.com/z2ERU.png
And here is the code for the (only) activity.
http://pastie.org/8382286
As you can see, all of the toasts are commented out and I'm not even importing android.widget.Toast. Yet I'm still getting the toast shown in the screenshot.
Can anyone tell me why this is happening?