Yep.
However, I might have no need to worry about it any more. I had a lot of folders in the Files folder where I was keeping all my construction work stuff (huge PSD files with layers, etc). When I moved those out of the Files folder, even though none of those folders were added to the 'Files' section... the size of the APK dropped from a whomping 148,662 KB to 11,306 KB.
I had never looked to see what the size of the APK was, before. Since I am currently coming to completion, size of the APK became a concern (also, I'm trying it out on two very old phones that are extremely limited in size and old Android operating systems just to make sure it will have wide range of compatibility). Both phones only have 300 MB, total, of RAM available (even though they have almost no Apps installed). They're both TracFones (one is an LG and the other is a Midnight).
So, apparently, those folders (or something, at least, that was huge) was being added to the APK because I had folders inside the Files folder that had nothing to do with files to upload.
I had just assumed that only the files included in the checkmarked area were included. I didn't realize that folders that I might have in the Files folder that had nothing to do with anything would also be added. Whoops.
Therefore, the need for worry about size has suddenly disappeared.
I wonder why it was using the tmp folder, though... if I had
#CanInstallToExternalStorage: True
set in Project Attributes?