When I download a file on my Android phone from my webserver it save it as
downloadfile.apk
The file is saved on my server as MyApp.apk
Do you know how to make the file appear as MyApp.apk in the downloaded files list on Android?
I should also mention that to get the file to download and be understood by the phone I modified the .htaccess file on the server to be
AddType application/vnd.android.package-archive apk
DirectoryIndex MyApp.apk