I am using the below code for updating the apk for my application on the Login button. The code works as follows :
I have a text file in a folder on the server which maintains the apk version number and the apk also in the same folder. The apk first downloads the text file and then reads the contents in the file, if the version is greater than the current apk version it downloads the apk from the server and installs it. During the installation process i get dialog box as
There is nothing that i have written in the code that will invoke this dialog box..Is it possible to change the message as Update Application instead of Replace Application ????? I am aware that this is a device generated message. But is there a possibility to change it??? Please help!!!
Thanks in advance.!